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 6103ffb..0df7633 100644 --- a/os_pickup.mk +++ b/os_pickup.mk @@ -1,4 +1,6 @@ +ifneq ($(BOARD_USES_QCOM_HARDWARE),true) ifeq ($(TARGET_BOARD_PLATFORM),sdm845) LOCAL_PATH := $(call my-dir) include $(call first-makefiles-under,$(LOCAL_PATH)) endif +endif |