android_recovery_motorola_mona/Android.mk

13 lines
275 B
Makefile
Raw Normal View History

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