android_device_samsung_a20/Android.mk
SamarV-121 44697f9a6e universal7885: Decommonize dtbhtoolExynos
* also add m30lte, a30, a40 in guard

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2021-10-21 22:12:08 +09:00

7 lines
147 B
Makefile

LOCAL_PATH := $(call my-dir)
ifneq ($(filter m20lte m30lte a40 a30, $(TARGET_DEVICE)),)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif