android_recovery_motorola_rtwo/Android.mk
2025-08-14 12:18:08 -04:00

9 lines
289 B
Makefile

# 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