Revert
Revert old repo, branch off for development code...
This commit is contained in:
parent
0259900b1b
commit
0e63cca6df
25 changed files with 440 additions and 1006 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue