qcom: set TARGET_USES_QCOM_AUDIO_AR for the UM 5.10 family

This flag guard vendor/qcom/opensource/{agm,pal,audio-hal/st-hal-ar}
which must not be included in older platforms

Change-Id: I9da02881df9582c10cfb7d1c962a766a9ae041ed
This commit is contained in:
SGCMarkus
2022-10-28 16:21:55 +02:00
committed by Michael Bestas
parent 22eb16e2de
commit 1cc1c8a0a0

View File

@@ -107,6 +107,10 @@ ifneq ($(filter $(UM_5_4_FAMILY) $(UM_5_10_FAMILY),$(TARGET_BOARD_PLATFORM)),)
SOONG_CONFIG_qtidisplay_gralloc4 := true
endif
ifneq ($(filter $(UM_5_10_FAMILY),$(TARGET_BOARD_PLATFORM)),)
TARGET_USES_QCOM_AUDIO_AR ?= true
endif
# Enable displayconfig on every UM platform
ifeq ($(filter $(UM_PLATFORMS),$(TARGET_BOARD_PLATFORM)),)
SOONG_CONFIG_qtidisplay_displayconfig_enabled := true