Unblock the unmount on uninstallation.

Bug: b/153874006
Test: test PackageManagerShellCommandTest PackageManagerShellCommandIncrementalTest IncrementalServiceTest
Change-Id: I540ed36b87c40b8b58f0de727936c3efeb221198
This commit is contained in:
Alex Buynytskyy
2020-04-20 14:11:55 -07:00
parent ab1145d2f1
commit c2a645d717

View File

@@ -1610,6 +1610,8 @@ binder::Status IncrementalService::DataLoaderStub::onStatusChanged(MountId mount
fsmStep();
mStatusCondition.notify_all();
return binder::Status::ok();
}