Skip to content

Commit

Permalink
sdm660-common: Retrieve time info from persist
Browse files Browse the repository at this point in the history
* This allows time to be correct on first boot

Change-Id: I3a4c5c67c4e8517be265f690a7ef70aa5779bdf3
  • Loading branch information
erfanoabdi authored and mikeNG committed Apr 29, 2020
1 parent acc408e commit fb4334f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions properties.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fb4334f

Please sign in to comment.