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