mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: unify arm branch
This commit is contained in:
parent
c077f6ffd5
commit
9b035b514f
22 changed files with 519 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(filter a10 a20 a20e a30 a30s a40, $(TARGET_DEVICE)),)
|
||||
ifneq ($(filter a10dd a10 a20 a20e a30 a30s a40, $(TARGET_DEVICE)),)
|
||||
|
||||
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
|
||||
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue