summaryrefslogtreecommitdiff
path: root/services/incremental
diff options
context:
space:
mode:
authorAlex Buynytskyy <alexbuy@google.com>2020-04-20 14:11:55 -0700
committerAlex Buynytskyy <alexbuy@google.com>2020-04-20 14:11:55 -0700
commitc2a645d717b8324c72c28c8564a127f3bf6b800e (patch)
tree3fafe685cb446df9cbeedea3fee1a8b70e170030 /services/incremental
parentab1145d2f1da0ff5175e11478383db91b3cced79 (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.cpp2
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();
}