Change-Id: Id59b8289440c5ae3ab2f9e287d2a10ea94f7b7bf Signed-off-by: bengris32 <bengris32@protonmail.ch>
15 lines
356 B
Makefile
15 lines
356 B
Makefile
#
|
|
# Copyright (C) 2021-2022 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifneq ($(filter RMX2001L1 RMX2151L1,$(TARGET_DEVICE)),)
|
|
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
|
|
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
|
|
|
|
include $(CLEAR_VARS)
|
|
endif
|