Merge "configs: Enable audio qssi compliance flag"
This commit is contained in:
commit
f612905f00
|
@ -5,6 +5,7 @@ BOARD_USES_ALSA_AUDIO := true
|
|||
|
||||
ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
|
||||
USE_CUSTOM_AUDIO_POLICY := 1
|
||||
AUDIO_FEATURE_QSSI_COMPLIANCE := true
|
||||
#AUDIO_FEATURE_ENABLED_VOICE_CONCURRENCY := true
|
||||
AUDIO_FEATURE_ENABLED_AAC_ADTS_OFFLOAD := true
|
||||
AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE := false
|
||||
|
|
|
@ -4,6 +4,7 @@ BOARD_USES_ALSA_AUDIO := true
|
|||
|
||||
ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
|
||||
USE_CUSTOM_AUDIO_POLICY := 1
|
||||
AUDIO_FEATURE_QSSI_COMPLIANCE := true
|
||||
#AUDIO_FEATURE_ENABLED_VOICE_CONCURRENCY := true
|
||||
AUDIO_FEATURE_ENABLED_AAC_ADTS_OFFLOAD := true
|
||||
AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE := false
|
||||
|
|
|
@ -5,6 +5,7 @@ BOARD_USES_ALSA_AUDIO := true
|
|||
|
||||
ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
|
||||
USE_CUSTOM_AUDIO_POLICY := 1
|
||||
AUDIO_FEATURE_QSSI_COMPLIANCE := true
|
||||
AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE := false
|
||||
AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := true
|
||||
AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
BOARD_USES_ALSA_AUDIO := true
|
||||
|
||||
ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
|
||||
AUDIO_FEATURE_QSSI_COMPLIANCE := true
|
||||
AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE := false
|
||||
AUDIO_FEATURE_ENABLED_COMPRESS_INPUT := true
|
||||
AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := false
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
BOARD_USES_ALSA_AUDIO := true
|
||||
|
||||
ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
|
||||
AUDIO_FEATURE_QSSI_COMPLIANCE := true
|
||||
AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE := false
|
||||
AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := false
|
||||
AUDIO_FEATURE_ENABLED_DYNAMIC_ECNS := false
|
||||
|
|
|
@ -6,6 +6,7 @@ TARGET_USES_AOSP_FOR_AUDIO := false
|
|||
|
||||
ifneq ($(TARGET_USES_AOSP_FOR_AUDIO), true)
|
||||
USE_CUSTOM_AUDIO_POLICY := 1
|
||||
AUDIO_FEATURE_QSSI_COMPLIANCE := true
|
||||
AUDIO_FEATURE_ENABLED_COMPRESS_CAPTURE := false
|
||||
AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := false
|
||||
AUDIO_FEATURE_ENABLED_DYNAMIC_ECNS := true
|
||||
|
|
Loading…
Reference in New Issue