diff options
author | Alex Buynytskyy <alexbuy@google.com> | 2020-04-20 14:11:55 -0700 |
---|---|---|
committer | Alex Buynytskyy <alexbuy@google.com> | 2020-04-20 14:11:55 -0700 |
commit | c2a645d717b8324c72c28c8564a127f3bf6b800e (patch) | |
tree | 3fafe685cb446df9cbeedea3fee1a8b70e170030 /services/incremental | |
parent | ab1145d2f1da0ff5175e11478383db91b3cced79 (diff) |
Unblock the unmount on uninstallation.
Bug: b/153874006
Test: test PackageManagerShellCommandTest PackageManagerShellCommandIncrementalTest IncrementalServiceTest
Change-Id: I540ed36b87c40b8b58f0de727936c3efeb221198
Diffstat (limited to 'services/incremental')
-rw-r--r-- | services/incremental/IncrementalService.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/incremental/IncrementalService.cpp b/services/incremental/IncrementalService.cpp index 79699bb77a92..f423119d240a 100644 --- a/services/incremental/IncrementalService.cpp +++ b/services/incremental/IncrementalService.cpp @@ -1610,6 +1610,8 @@ binder::Status IncrementalService::DataLoaderStub::onStatusChanged(MountId mount fsmStep(); + mStatusCondition.notify_all(); + return binder::Status::ok(); } |