diff --git a/properties.mk b/properties.mk index cc86813c..252f3efc 100644 --- a/properties.mk +++ b/properties.mk @@ -182,6 +182,10 @@ PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \ sys.thermal.data.path=/data/vendor/thermal/ +# Time daemon +PRODUCT_PROPERTY_OVERRIDES += \ + persist.timed.enable=true + # WFD PRODUCT_PROPERTY_OVERRIDES += \ persist.debug.wfd.enable=1 \