From b212551361103b06965fc9c1d5c06ee6ac736794 Mon Sep 17 00:00:00 2001 From: Preeti Ahuja Date: Tue, 31 Mar 2015 17:07:20 -0700 Subject: [PATCH] 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 --- common.mk | 3 ++- common64.mk | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/common.mk b/common.mk index d9ca21ab..c0513f98 100644 --- a/common.mk +++ b/common.mk @@ -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 diff --git a/common64.mk b/common64.mk index c118e3de..a0082eaa 100644 --- a/common64.mk +++ b/common64.mk @@ -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