aboutsummaryrefslogtreecommitdiff
path: root/shinano.mk
diff options
context:
space:
mode:
authorChirayu Desai <cdesai@cyanogenmod.org>2014-08-28 21:02:13 +0530
committerChirayu Desai <cdesai@cyanogenmod.org>2014-08-29 10:16:29 +0530
commit1762fd0caac5b9f33eba461cbfbc9665ab2200e3 (patch)
treec76134a9d195cf2a267c00f4bda6be9661b0c0e2 /shinano.mk
parent16c648eb50cbf878e866e96dc73377b85436ab23 (diff)
Fix typo, actually set Voice Call properties
Because PRODUCT_PACKGES isn't for property overrides Change-Id: I570fd4651d8f4837feb6b870491b8c33c3d91f2d
Diffstat (limited to 'shinano.mk')
-rw-r--r--shinano.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/shinano.mk b/shinano.mk
index c5e1159..a300b30 100644
--- a/shinano.mk
+++ b/shinano.mk
@@ -147,7 +147,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
media.aac_51_output_enabled=true
# Voice Call
-PRODUCT_PACKAGES += \
+PRODUCT_PROPERTY_OVERRIDES += \
ro.qc.sdk.audio.fluencetype=none \
persist.audio.dualmic.config=endfire \
persist.audio.fluence.voicecall=true \