aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArian <arian.kulmer@web.de>2019-11-10 17:37:10 +0100
committerArian <arian.kulmer@web.de>2019-11-10 22:00:08 +0100
commit2e75f0ba3a2e85c7d3c81526693d146dffb8bec5 (patch)
tree51fc056a0e556fc48d25f1e1ce5049503bbb6b12
parent0fde6033b37513d70194ca56e428d378828ac819 (diff)
shinano-common: Enable fluence
Change-Id: Id6860755f6e11496f1fa191d45809e6cae1b2f48
-rw-r--r--BoardConfigCommon.mk1
-rw-r--r--system_prop.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 5254f30..5d4f4c0 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -30,6 +30,7 @@ AUDIO_FEATURE_DISABLED_FM_VIRTUAL_RECORD := true
AUDIO_FEATURE_ENABLED_ANC_HEADSET := true
AUDIO_FEATURE_ENABLED_AUXPCM_BT := true
AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true
+AUDIO_FEATURE_ENABLED_FLUENCE := true
AUDIO_FEATURE_ENABLED_HFP := true
AUDIO_FEATURE_ENABLED_HWDEP_CAL := true
AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS := true
diff --git a/system_prop.mk b/system_prop.mk
index 60b79e1..a16d276 100644
--- a/system_prop.mk
+++ b/system_prop.mk
@@ -43,7 +43,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.audio.fluence.speaker=true \
persist.vendor.audio.fluence.voicecall=true \
persist.vendor.audio.fluence.voicerec=false \
- ro.vendor.audio.sdk.fluencetype=none
+ ro.vendor.audio.sdk.fluencetype=fluence
# Bluetooth
PRODUCT_PROPERTY_OVERRIDES += \