summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--os_pickup.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/os_pickup.mk b/os_pickup.mk
index 6103ffb..8cc54b4 100644
--- a/os_pickup.mk
+++ b/os_pickup.mk
@@ -1,4 +1,4 @@
-ifeq ($(TARGET_BOARD_PLATFORM),sdm845)
+ifneq ($(filter sdm845 sdm710,$(TARGET_BOARD_PLATFORM)),)
LOCAL_PATH := $(call my-dir)
include $(call first-makefiles-under,$(LOCAL_PATH))
endif