android_recovery_motorola_rtwo/Android.mk

10 lines
289 B
Makefile
Raw Normal View History

# Copyright (C) 2024 The Android Open Source Project
# Copyright (C) 2024 SebaUbuntu's TWRP device tree generator
# Copyright (C) 2019 - Current | A-Team Digital Solutions
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),rtwo)
include $(call all-subdir-makefiles,$(LOCAL_PATH))
endif