android_device_xiaomi_whyred/Android.mk
Sebastiano Barezzi 4b31892637
whyred: Move to SPDX license identifier
Change-Id: Ibd6892d5259c496aeafc099e99b0a31c0548c380
2021-09-12 23:10:16 +02:00

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