universal7885: unify arm branch

This commit is contained in:
Gabriel2392 2022-07-30 08:08:40 -03:00
commit 9b035b514f
22 changed files with 519 additions and 9 deletions

View file

@ -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)))