[automerger] [RESTRICT AUTOMERGE] Add new Android.mk to handle repo move am: fd72eaab91 am: 69d914c57b

Change-Id: Ic00e7b9ba3443b444528092b1e0fba62182fb25c
This commit is contained in:
Android Build Merger (Role) 2018-07-20 00:08:08 +00:00
commit 5c6df3c9a2
1 changed files with 8 additions and 0 deletions

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