summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Hong <rurumihong@google.com>2019-06-03 07:28:27 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-06-03 07:28:27 -0700
commite8880447936e06eed80cd06f0f7a71c49a1278b6 (patch)
tree5d939a70f675de9faa5440958853c50f0ec81ead
parentfae0f7da597dee99d82ac4830207b418e9896b09 (diff)
parent0e93ceeeb6e560896f871eead68ffdf48f753084 (diff)
downloadgps-e8880447936e06eed80cd06f0f7a71c49a1278b6.tar.gz
skip building when BUILD_WITHOUT_VENDOR = true am: 46f556a2cd
am: 0e93ceeeb6 Change-Id: If7762ccb5b9f357e56e70b600e18b392f6e3a61d
-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