summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Weinstein <jake@aospa.co>2022-09-04 13:06:14 +0900
committeralk3pInjection <webmaster@raspii.tech>2023-06-13 14:30:10 +0800
commit16af90c5f5c1786fc5c514e271695d4e3bd87b77 (patch)
tree63cbb94db1d89f15a3ba57c2ca958d6718a844ca
parent577cfe167daea9dd8c5ee0667eda922a6da6ec7a (diff)
wfd: Only inherit on Qualcomm platformsuminekotachibana-mr1
This depends on Qualcomm display libraries so only inherit on QC boards. Change-Id: I5c7804122f856fdfd8a2465c7e14258407926c99
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index a3587d2..ebc00ff 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,4 @@
+ifeq ($(call is-vendor-board-platform,QCOM),true)
LOCAL_PATH := $(call my-dir)
WFD_DISABLE_PLATFORM_LIST := neo
@@ -24,3 +25,4 @@ include $(call all-makefiles-under, $(LOCAL_PATH))
endif #QMAA_DISABLES_WFD
endif #TARGET_HAS_LOW_RAM
endif #WFD_DISABLE_PLATFORM_LIST
+endif # QCOM Platform