summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--os_pickup.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/os_pickup.mk b/os_pickup.mk
index 07b3fd0..441084f 100644
--- a/os_pickup.mk
+++ b/os_pickup.mk
@@ -1,4 +1,5 @@
ifeq ($(PRODUCT_PLATFORM),sm8150p)
+ifneq ($(BUILD_WITHOUT_VENDOR), true)
LOCAL_PATH := $(call my-dir)
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
@@ -14,3 +15,4 @@ subdir_makefiles += hardware/qcom/sm8150/display/Android.mk \
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
endif
+endif