Add top-level Android.mk guard
* Inherit makefiles only if dir is in PRODUCT_SOONG_NAMESPACES. Signed-off-by: Daniel Jacob Chittoor <djchittoor47@gmail.com> Change-Id: I22955477304229365b7632c9792d737230de9376
This commit is contained in:
committed by
jabashque
parent
c6356e112c
commit
eec907348b
5
Android.mk
Normal file
5
Android.mk
Normal file
@@ -0,0 +1,5 @@
|
||||
ifneq ($(filter $(call my-dir),$(PRODUCT_SOONG_NAMESPACES)),)
|
||||
|
||||
include $(call all-subdir-makefiles)
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user