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:
Daniel Jacob Chittoor
2021-09-18 11:32:04 +02:00
committed by jabashque
parent c6356e112c
commit eec907348b

5
Android.mk Normal file
View File

@@ -0,0 +1,5 @@
ifneq ($(filter $(call my-dir),$(PRODUCT_SOONG_NAMESPACES)),)
include $(call all-subdir-makefiles)
endif