2022-02-14 13:46:52 +01:00
|
|
|
#
|
2024-06-23 22:51:54 +03:00
|
|
|
# Copyright (C) 2022-2024 The LineageOS Project
|
2022-02-14 13:46:52 +01:00
|
|
|
#
|
2023-01-23 23:05:32 -07:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2022-02-14 13:46:52 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
|
2023-03-12 03:03:20 +00:00
|
|
|
ifneq ($(filter berlin berlna dubai tundra xpeng,$(TARGET_DEVICE)),)
|
2022-02-14 13:46:52 +01:00
|
|
|
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
|
|
|
|
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
|
2021-12-18 17:25:42 +08:00
|
|
|
endif
|