summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2019-02-17 14:35:59 +0000
committerRashed Abdel-Tawab <rashed@linux.com>2019-05-11 13:55:57 -0700
commita50407f5318acf7c8f3efca0355c5034125bdd8d (patch)
tree2026e2d887f87bdf57542b045a3d591f128f24e5
parent5e4217964846b4cf496541000f7d2f94e41f8178 (diff)
downloadandroid_hardware_qcom_sdm710_display-a50407f5318acf7c8f3efca0355c5034125bdd8d.tar.gz
android_hardware_qcom_sdm710_display-a50407f5318acf7c8f3efca0355c5034125bdd8d.tar.bz2
android_hardware_qcom_sdm710_display-a50407f5318acf7c8f3efca0355c5034125bdd8d.zip
os_pickup: Guard to avoid conflicts with CAF repos
* This makefile ends up in hardware/qcom/sdm845 and all the makefiles under that folder should only be called by AOSP devices. Change-Id: Ice7530bc01de89e2c1a27c4442eedc14d112ebe9
-rw-r--r--os_pickup.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/os_pickup.mk b/os_pickup.mk
index 9e13c0f9..179a3836 100644
--- a/os_pickup.mk
+++ b/os_pickup.mk
@@ -1,5 +1,7 @@
+ifneq ($(BOARD_USES_QCOM_HARDWARE),true)
ifeq ($(TARGET_BOARD_PLATFORM),sdm710)
LOCAL_PATH := $(call my-dir)
include $(call first-makefiles-under,$(LOCAL_PATH))
endif
+endif