2025-07-28 13:01:06 -04:00
|
|
|
#
|
|
|
|
# Copyright (C) 2025 The Android Open Source Project
|
|
|
|
# Copyright (C) 2025 SebaUbuntu's TWRP device tree generator
|
2025-07-28 13:12:19 -04:00
|
|
|
# Copyright (C) 2019 - Current | A-Team Digital Solutions
|
2025-07-28 13:01:06 -04:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
|
|
|
|
ifeq ($(TARGET_DEVICE),mona)
|
|
|
|
include $(call all-subdir-makefiles,$(LOCAL_PATH))
|
|
|
|
endif
|