mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
7 lines
132 B
Makefile
7 lines
132 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifneq ($(filter m20lte, $(TARGET_DEVICE)),)
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
|
|
endif
|