* Inherit makefiles only if dir is in PRODUCT_SOONG_NAMESPACES. Signed-off-by: Daniel Jacob Chittoor <djchittoor47@gmail.com> Change-Id: I22955477304229365b7632c9792d737230de9376
6 lines
107 B
Makefile
6 lines
107 B
Makefile
ifneq ($(filter $(call my-dir),$(PRODUCT_SOONG_NAMESPACES)),)
|
|
|
|
include $(call all-subdir-makefiles)
|
|
|
|
endif
|