summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-22 18:50:31 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-22 18:50:31 +0000
commit41994680202419f359448bfc718bbd8760d1b509 (patch)
tree4eea2a2e172107f67c51d5c5edaf990c9345b0ea
parent6dbf2f2dfa7427b27783e0ee036cf6fe13086c1e (diff)
parent6309f1ad9c62c4ae8ba4b8a81dee4c480ea32d02 (diff)
downloaddisplay-41994680202419f359448bfc718bbd8760d1b509.tar.gz
Snap for 7848363 from 6309f1ad9c62c4ae8ba4b8a81dee4c480ea32d02 to simpleperf-release
Change-Id: Ie49ab55cbec5b7bbf624784406535e8fb5b0d510
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 76150c7c..33cf5a4f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -10,7 +10,7 @@ endif
display-hals += gralloc
ifneq ($(BUILD_WITHOUT_VENDOR),true)
-ifeq ($(call is-vendor-board-platform,QCOM),true)
+ifneq (,$(call is-vendor-board-qcom))
include $(call all-named-subdir-makefiles,$(display-hals))
else
ifneq ($(filter msm% apq%,$(TARGET_BOARD_PLATFORM)),)