Merge "Clear BCB if space allocation failed" am: b667621f8b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1997490 Change-Id: Id9e3f312578a322784d8e80025ee72ac1419bf57
This commit is contained in:
@@ -674,10 +674,12 @@ public class RecoverySystem {
|
||||
}
|
||||
try {
|
||||
if (!rs.allocateSpaceForUpdate(packageFile)) {
|
||||
rs.clearBcb();
|
||||
throw new IOException("Failed to allocate space for update "
|
||||
+ packageFile.getAbsolutePath());
|
||||
}
|
||||
} catch (RemoteException e) {
|
||||
rs.clearBcb();
|
||||
e.rethrowAsRuntimeException();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user