2022-02-14 07:46:52 -05:00
|
|
|
#
|
2024-06-23 15:51:54 -04:00
|
|
|
# Copyright (C) 2022-2024 The LineageOS Project
|
2022-02-14 07:46:52 -05:00
|
|
|
#
|
2023-01-24 01:05:32 -05:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2022-02-14 07:46:52 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
|
2024-07-03 03:26:42 -04:00
|
|
|
ifneq ($(filter bangkk fogos,$(TARGET_DEVICE)),)
|
2022-02-14 07:46:52 -05:00
|
|
|
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
|
|
|
|
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
|
2021-12-18 04:25:42 -05:00
|
|
|
endif
|