diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-03-22 18:23:53 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:35:09 +0200 |
commit | deb30ef4912b291e37a06392ead51de321e4a8cd (patch) | |
tree | 1f7fd4ec574ee2b84846222fad24653a3caa8698 | |
parent | bb97181eac26fb9e10fe40fc66b3db7273de12a0 (diff) |
audio hal: Remove duplicate flag
-rwxr-xr-x | BoardConfig.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 6ffda46..675cc6f 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -98,7 +98,6 @@ AUDIO_FEATURE_ENABLED_NT_PAUSE_TIMEOUT := true AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true -AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true AUDIO_FEATURE_ENABLED_SPKR_PROTECTION := true BOARD_SUPPORTS_SOUND_TRIGGER := true BOARD_USES_ALSA_AUDIO := true |