summaryrefslogtreecommitdiff
path: root/os_pickup.mk
diff options
context:
space:
mode:
authorWilson Sung <wilsonsung@google.com>2019-07-30 21:42:41 +0800
committerCyan_Hsieh <cyanhsieh@google.com>2019-08-01 19:41:33 +0800
commitbe937a3b067a3097004e6eb174300e862c11001d (patch)
tree0084e8365767f0dab8b4eca5cfa1339fe12f9d86 /os_pickup.mk
parent10ddde163109e756431188edd77f82a5d9ee8fbe (diff)
downloadgps-be937a3b067a3097004e6eb174300e862c11001d.tar.gz
skip building when BUILD_WITHOUT_VENDOR = true
Bug: 128542475 Bug: 129245318 Bug: 138457337 Change-Id: Ia249b1050e5a7323d42376723666f43ab6fda859
Diffstat (limited to 'os_pickup.mk')
-rw-r--r--os_pickup.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/os_pickup.mk b/os_pickup.mk
new file mode 100644
index 0000000..cc2059d
--- /dev/null
+++ b/os_pickup.mk
@@ -0,0 +1,6 @@
+ifeq ($(PRODUCT_PLATFORM),sm7150)
+ifneq ($(BUILD_WITHOUT_VENDOR), true)
+LOCAL_PATH := $(call my-dir)
+include $(call first-makefiles-under,$(LOCAL_PATH))
+endif
+endif