diff options
| author | C-Aniruddh <aniruddh.chandratre@gmail.com> | 2015-11-13 07:30:40 -0500 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2015-12-16 09:10:39 -0800 |
| commit | 025b1709e32774b751b57d1d37f2c177e1b553b6 (patch) | |
| tree | 7dfb81899bf5729f80639f012866f087616d8449 | |
| parent | bf063606905dc8d6b328aef8102c73bb8c661865 (diff) | |
msm8916-common: use custom audio_policy
Change-Id: Ia7b25ff118127a51ae52da03c889c06397742593
Signed-off-by: C-Aniruddh <aniruddh.chandratre@gmail.com>
| -rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e93bf2a..4df4bfb 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -82,6 +82,7 @@ AUDIO_FEATURE_DEEP_BUFFER_RINGTONE := true AUDIO_FEATURE_ENABLED_KPI_OPTIMIZE := true AUDIO_FEATURE_LOW_LATENCY_PRIMARY := true BOARD_USES_ALSA_AUDIO := true +USE_CUSTOM_AUDIO_POLICY := 1 # Bluetooth BOARD_HAVE_BLUETOOTH := true |
