mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
Addtitionally, Add device-specific trees as well Change-Id: Icbbc31c063b18bce3702d0b208a0aee78148a7c0 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
7 lines
130 B
Makefile
7 lines
130 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
ifneq ($(filter a20e, $(TARGET_DEVICE)),)
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|
|
|
|
endif
|