From 2ecfe19453ce283568f1e1d6109fc8f0b489ab37 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Tue, 15 Dec 2020 18:37:55 +0000 Subject: Add boot animation progress system property. Test: m Bug: 175686819 Change-Id: I0504a6aa94da9f16efba6e97beb789f3ff1a578a --- services/surfaceflinger/StartPropertySetThread.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'services/surfaceflinger/StartPropertySetThread.cpp') 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 -- cgit v1.2.3-59-g8ed1b