android_recovery_motorola_a.../Android.mk
2025-04-09 11:30:18 -04:00

12 lines
277 B
Makefile

#
# Copyright (C) 2023 The Android Open Source Project
# Copyright (C) 2023 SebaUbuntu's TWRP device tree generator
#
# SPDX-License-Identifier: Apache-2.0
#
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),avatrn)
include $(call all-subdir-makefiles,$(LOCAL_PATH))
endif