diff options
author | Jake Weinstein <jake@aospa.co> | 2022-09-04 13:06:14 +0900 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-06-13 14:30:10 +0800 |
commit | 16af90c5f5c1786fc5c514e271695d4e3bd87b77 (patch) | |
tree | 63cbb94db1d89f15a3ba57c2ca958d6718a844ca | |
parent | 577cfe167daea9dd8c5ee0667eda922a6da6ec7a (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.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |