Files
android_device_Unihertz_Jelly2/Android.mk
Ihor Ivanov f04cc0a70e Initial Jelly2 commit
Signed-off-by: Ihor Ivanov <toulmee@gmail.com>
Change-Id: I54ee16aef8a04cfdbe9a5c30f387193d1b29a145
2021-05-18 12:50:32 +03:00

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