diff options
| -rw-r--r-- | os_pickup.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os_pickup.mk b/os_pickup.mk index 2074de8..1812995 100644 --- a/os_pickup.mk +++ b/os_pickup.mk @@ -1,4 +1,6 @@ LOCAL_PATH := $(call my-dir) ifneq ($(filter $(LOCAL_PATH),$(PRODUCT_SOONG_NAMESPACES)),) +ifneq ($(BUILD_WITHOUT_VENDOR), true) include $(call first-makefiles-under,$(LOCAL_PATH)) endif +endif |
