blob: a1455d465080c1fc6e46e53b438593e383473e00 [file] [log] [blame]
Dan Willemsenc72dfe32016-06-16 15:30:19 -07001LOCAL_PATH := $(call my-dir)
2
3# We're relocating the build project to a subdirectory, then using symlinks
4# to expose the subdirectories where they used to be. If the manifest hasn't
5# been updated, we need to include all the subdirectories.
6ifeq ($(LOCAL_PATH),build)
7include $(call first-makefiles-under,$(LOCAL_PATH))
8endif