Revert old repo, branch off for development code...
This commit is contained in:
ragarcia87 2023-01-02 20:58:14 -06:00
commit 0e63cca6df
25 changed files with 440 additions and 1006 deletions

View file

@ -7,6 +7,8 @@
LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE), milanf)
include $(call all-subdir-makefiles,$(LOCAL_PATH))
endif
ifeq ($(TARGET_DEVICE), denver)
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
endif