summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2021-11-05 02:20:37 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-11-05 02:20:37 +0000
commitf4d01f91f696ec3f6482f17b27c795e0206ff7e6 (patch)
treea314a069cf1324cfb414a32f17e5cc77f7cf922b
parent1946229af4d6e851dfc9c20b101277f7203c1985 (diff)
parent6267082ee9a891830835f91f76228c5f87f99a38 (diff)
downloaddisplay-f4d01f91f696ec3f6482f17b27c795e0206ff7e6.tar.gz
Replace is-board-platform[-in-list] with is-board-platform[-in-list]2 am: 6267082ee9
Original change: https://android-review.googlesource.com/c/platform/hardware/qcom/sm8150/display/+/1871699 Change-Id: Ic10c3350ef9af386b0d7a308743c3a56f1b6204b
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index e4d34dfb..e1b9d9d1 100644
--- a/common.mk
+++ b/common.mk
@@ -22,7 +22,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