mirror of
https://github.com/LineageOS/android_device_xiaomi_whyred.git
synced 2025-10-05 19:41:57 +02:00
12 lines
308 B
Makefile
12 lines
308 B
Makefile
#
|
|
# Copyright (C) 2018-2019 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifeq ($(TARGET_DEVICE),whyred)
|
|
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
|
|
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
|
|
endif
|