Loading Android.mk +4 −1 Original line number Diff line number Diff line Loading @@ -5,8 +5,11 @@ # LOCAL_PATH := $(call my-dir) ifeq ($(TARGET_DEVICE),2e) include $(call all-makefiles-under,$(LOCAL_PATH)) subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH)) $(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk))) include $(CLEAR_VARS) VENDOR_SYMLINKS := \ Loading Loading
Android.mk +4 −1 Original line number Diff line number Diff line Loading @@ -5,8 +5,11 @@ # LOCAL_PATH := $(call my-dir) ifeq ($(TARGET_DEVICE),2e) include $(call all-makefiles-under,$(LOCAL_PATH)) subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH)) $(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk))) include $(CLEAR_VARS) VENDOR_SYMLINKS := \ Loading