summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2021-11-05 15:02:49 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-11-05 15:02:49 +0000
commitc614c5fcc843ddd2c561b2589e7088cb51e625a5 (patch)
treeb4a492a2879e8f46d621341d57801a7b85d7bac8
parent5c7781a6fa61ea58ea396b008d2e2d60f0cf8428 (diff)
parenta17f2d2c861f71a61450c3c4bd06432ca4431c42 (diff)
downloaddisplay-c614c5fcc843ddd2c561b2589e7088cb51e625a5.tar.gz
Replace is-board-platform[-in-list] with is-board-platform[-in-list[2] am: a17f2d2c86
Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/sdm845/display/+/1872254 Change-Id: I7686ec7b963dcca16e8875986f2578ba585d134a
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index fb4774a1..83c4f1c4 100644
--- a/common.mk
+++ b/common.mk
@@ -41,7 +41,7 @@ ifeq ($(ARCH_ARM_HAVE_NEON),true)
common_flags += -D__ARM_HAVE_NEON
endif
-ifeq ($(call is-board-platform-in-list, $(MASTER_SIDE_CP_TARGET_LIST)), true)
+ifneq (,$(call is-board-platform-in-list2, $(MASTER_SIDE_CP_TARGET_LIST)))
common_flags += -DMASTER_SIDE_CP
endif