summaryrefslogtreecommitdiff
path: root/properties.mk
diff options
context:
space:
mode:
authorErfan Abdi <erfangplus@gmail.com>2020-01-07 15:44:00 +0100
committerMichael Bestas <mkbestas@lineageos.org>2020-04-30 00:48:54 +0300
commitfb4334f8231ec88cbf533485c58f286c252605de (patch)
tree2cc3ff1bcee5662656ec991b2914f5ecb7f346b6 /properties.mk
parentacc408ecf6f5fbccef4620b298289fff493ab78f (diff)
sdm660-common: Retrieve time info from persist
* This allows time to be correct on first boot Change-Id: I3a4c5c67c4e8517be265f690a7ef70aa5779bdf3
Diffstat (limited to 'properties.mk')
-rw-r--r--properties.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/properties.mk b/properties.mk
index 6f2c9d1..d3b0639 100644
--- a/properties.mk
+++ b/properties.mk
@@ -165,3 +165,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.vendor.sensors.mot_detect=true \
ro.vendor.sensors.pmd=true \
ro.vendor.sensors.sta_detect=true
+
+# Time
+PRODUCT_PROPERTY_OVERRIDES += \
+ persist.vendor.delta_time.enable=true