diff options
Diffstat (limited to 'services/surfaceflinger/StartPropertySetThread.cpp')
| -rw-r--r-- | services/surfaceflinger/StartPropertySetThread.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/services/surfaceflinger/StartPropertySetThread.cpp b/services/surfaceflinger/StartPropertySetThread.cpp index db82772f42..f42cd53e0a 100644 --- a/services/surfaceflinger/StartPropertySetThread.cpp +++ b/services/surfaceflinger/StartPropertySetThread.cpp @@ -31,6 +31,7 @@ bool StartPropertySetThread::threadLoop() {      property_set(kTimestampProperty, mTimestampPropertyValue ? "1" : "0");      // Clear BootAnimation exit flag      property_set("service.bootanim.exit", "0"); +    property_set("service.bootanim.progress", "0");      // Start BootAnimation if not started      property_set("ctl.start", "bootanim");      // Exit immediately |