mirror of
https://github.com/Meetoul/android_device_Unihertz_Jelly2.git
synced 2025-12-23 23:28:37 -05:00
Signed-off-by: Ihor Ivanov <toulmee@gmail.com> Change-Id: I54ee16aef8a04cfdbe9a5c30f387193d1b29a145
13 lines
316 B
Makefile
13 lines
316 B
Makefile
#
|
|
# Copyright (C) 2020 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifneq ($(filter Jelly2_TEE ,$(TARGET_DEVICE)),)
|
|
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
|
|
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
|
|
endif
|