Merge "Remove the need to find Android.mk files via directory symlinks" am: 6ab53d7211
am: 03e7e81837
am: aed14c5515
Change-Id: I84c8258ebb89eff647cdd52663f812c5600145e1
This commit is contained in:
@@ -16,4 +16,8 @@
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
# Only if this Android.mk was included not by a symlink should it be used.
|
||||
# This facilitates the transition away from symlinks: b/64397960
|
||||
ifeq ($(LOCAL_PATH),build/make/tools)
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
endif
|
||||
|
Reference in New Issue
Block a user