sm8450-common: Set audio flags

Change-Id: I43706f761ac871638d00c2ca4b14c083de5d9701
This commit is contained in:
Arian 2024-03-19 22:02:54 +01:00
parent 37eea61587
commit 4b95dd4ce1

View file

@ -42,6 +42,17 @@ TARGET_2ND_CPU_VARIANT := cortex-a75
# Audio
$(call soong_config_set, android_hardware_audio, run_64bit, true)
AUDIO_FEATURE_ENABLED_DLKM := true
AUDIO_FEATURE_ENABLED_DTS_EAGLE := false
AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true
AUDIO_FEATURE_ENABLED_HW_ACCELERATED_EFFECTS := false
AUDIO_FEATURE_ENABLED_INSTANCE_ID := true
AUDIO_FEATURE_ENABLED_LSM_HIDL := true
AUDIO_FEATURE_ENABLED_PAL_HIDL := true
AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
TARGET_USES_QCOM_MM_AUDIO := true
# Boot control
$(call soong_config_set, ufsbsg, ufsframework, bsg)