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:
Jeff Gaston
2017-08-08 00:19:21 +00:00
committed by android-build-merger
3 changed files with 27 additions and 8 deletions

View File

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