diff options
-rw-r--r-- | os_pickup.mk | 2 |
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 |