Merge "Unblock the unmount on uninstallation." into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-04-20 22:10:46 +00:00
committed by Android (Google) Code Review

View File

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