diff options
author | John Zhao <yuankuiz@codeaurora.org> | 2017-06-16 00:04:04 +0800 |
---|---|---|
committer | John Zhao <yuankuiz@codeaurora.org> | 2017-08-09 10:16:41 +0800 |
commit | 0d51d40b43d42a6daff4fdead3cc03d3f0701a7b (patch) | |
tree | 220194fea7ebd3de72843dfd8690ec7ac3b66477 | |
parent | f2e87ca821028df89253d037f3da256005cb80f1 (diff) |
sdm660_64: NTP related configuration
Setting up NTP related configuration.
CRs-Fixed: 2062333
Change-Id: Ia2b8b89dd903ceb2d5e664a5f6c2aef264aee9b0
-rwxr-xr-x | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop index 30d1d42..661c75e 100755 --- a/system.prop +++ b/system.prop @@ -196,3 +196,6 @@ persist.charger.max_voltage_mv=9000 #Property to enable display default color mode vendor.display.enable_default_color_mode=true + +# Property for backup NTP Server +persist.backup.ntpServer="0.pool.ntp.org" |