mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
* also add m30lte, a30, a40 in guard Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
7 lines
147 B
Makefile
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
|