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:
committed by
Michael Bestas
parent
22eb16e2de
commit
1cc1c8a0a0
@@ -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
|
||||
|
Reference in New Issue
Block a user