Merge \\\"Add new Android.mk to handle repo move\\\" am: ab95c4a59d am: 821fb422cd

am: ae4e49e500

Change-Id: Iaaf7a3b5f4be7669b6ddaeac782db335205c14da
This commit is contained in:
Dan Willemsen
2016-06-16 23:50:01 +00:00
committed by android-build-merger

8
Android.mk Normal file
View File

@@ -0,0 +1,8 @@
LOCAL_PATH := $(call my-dir)
# We're relocating the build project to a subdirectory, then using symlinks
# to expose the subdirectories where they used to be. If the manifest hasn't
# been updated, we need to include all the subdirectories.
ifeq ($(LOCAL_PATH),build)
include $(call first-makefiles-under,$(LOCAL_PATH))
endif