summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2017-05-13 00:38:11 +0800
committerYongqin LIU <yongqin.liu@linaro.org>2017-05-19 02:00:13 +0000
commit9c7549970b045d4df4a94b96e7dd3870c930490c (patch)
treec3b891f89532b098be1fa3b4fcc3e8990a674df0
parent81dddec40a3f50532d60803429c2a6233b99cda9 (diff)
downloadcommon-9c7549970b045d4df4a94b96e7dd3870c930490c.tar.gz
common-device.mk: disable network timeRLCR-17.05
which seems cause the message in the the logcat main buffer lost Change-Id: I83afebd7a1fd9162ce77c5cb5c290171a3723cc1 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> (cherry picked from commit d0a39a5067e2d36c67350cbdf5b9f58d90e715f4)
-rw-r--r--common-device.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common-device.mk b/common-device.mk
index 51981ff..442469d 100644
--- a/common-device.mk
+++ b/common-device.mk
@@ -10,6 +10,8 @@ ADDITIONAL_DEFAULT_PROPERTIES += ro.allow.mock.location=1
# enable adbd started with root permission
PRODUCT_PROPERTY_OVERRIDES += service.adb.root=1
+PRODUCT_DEFAULT_PROPERTY_OVERRIDES += config.disable_networktime=true
+
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
device/linaro/build/disablesuspend.sh:system/bin/disablesuspend.sh)