diff options
author | xkeita <keita_nya@live.jp> | 2017-06-25 16:56:35 +0000 |
---|---|---|
committer | Steven Lay <arbiter1000@gmail.com> | 2017-07-18 05:31:22 +0000 |
commit | dd50131ef0b173e4feec39870433dc06e3d3edbe (patch) | |
tree | ca6e11d5b747aa86b7dec40eabd50a5596e3afbf | |
parent | 22d1715635268f7cbeb9702594c2ea4280041a57 (diff) |
shinano: Remove ext HFP feature
Not needed by platform.
Change-Id: I29bd0e831712ac92a8d890a9a54029bf7b38ea25
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 6d9312e..dcfb316 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -36,7 +36,6 @@ BOARD_ANT_WIRELESS_DEVICE := "vfs-prerelease" # Audio AUDIO_FEATURE_ENABLED_ANC_HEADSET := true AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true -AUDIO_FEATURE_ENABLED_HFP := true AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true AUDIO_FEATURE_ENABLED_NEW_SAMPLE_RATE = true |