configs: Disable 3D Audio project

Disable 3D Audio project temporarily until upstreamed changes
are available in AOSP

Change-Id: I12da2ca2a69f5a857389c8b94b77d1f4d170a216
This commit is contained in:
Arun Mirpuri 2019-02-26 16:10:20 -08:00 committed by Gerrit - the friendly Code Review server
parent 9755aca6f9
commit 77ce795dc5
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ AUDIO_FEATURE_ENABLED_HW_ACCELERATED_EFFECTS := false
AUDIO_FEATURE_ENABLED_AUDIOSPHERE := true
AUDIO_FEATURE_ENABLED_USB_TUNNEL := true
AUDIO_FEATURE_ENABLED_A2DP_OFFLOAD := true
AUDIO_FEATURE_ENABLED_3D_AUDIO := true
AUDIO_FEATURE_ENABLED_3D_AUDIO := false
AUDIO_FEATURE_ENABLED_AHAL_EXT := true
DOLBY_ENABLE := false
endif