summaryrefslogtreecommitdiff
path: root/os_pickup.mk
diff options
context:
space:
mode:
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