Enable Embms time sync feature by default.

The Embms time sync feature is controlled by persist.radio.sib16_support
property. Change the default value of this property to 1 and therefore
enable the time sync feature by default.

Change-Id: I06a4fe04f74be21162e5eab992ce178a0fcb7a35
CRs-Fixed: 799348
This commit is contained in:
Preeti Ahuja 2015-03-31 17:07:20 -07:00 committed by Gerrit - the friendly Code Review server
parent 74a4c0c549
commit b212551361
2 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,8 @@ endif
PRODUCT_PROPERTY_OVERRIDES += \
ro.vendor.extension_library=libqti-perfd-client.so \
persist.radio.apm_sim_not_pwdn=1
persist.radio.apm_sim_not_pwdn=1 \
persist.radio.sib16_support=1
PRODUCT_PRIVATE_KEY := device/qcom/common/qcom.key

View File

@ -15,7 +15,8 @@ endif
PRODUCT_PROPERTY_OVERRIDES += \
ro.vendor.extension_library=libqti-perfd-client.so \
persist.radio.apm_sim_not_pwdn=1
persist.radio.apm_sim_not_pwdn=1 \
persist.radio.sib16_support=1
PRODUCT_PRIVATE_KEY := device/qcom/common/qcom.key