Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 492e53ee authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

Merge "Don't run obb backup for shared storage backup package." into pi-dev am: 494113e7

am: e673650a

Change-Id: I97389ba178bf6a225c375d27d91655e9957bbbf5
parents 49b04156 e673650a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -421,7 +421,7 @@ public class PerformAdbBackupTask extends FullBackupTask implements BackupRestor

                // after the app's agent runs to handle its private filesystem
                // contents, back up any OBB content it has on its behalf.
                if (mIncludeObbs) {
                if (mIncludeObbs && !isSharedStorage) {
                    boolean obbOkay = obbConnection.backupObbs(pkg, out);
                    if (!obbOkay) {
                        throw new RuntimeException("Failure writing OBB stack for " + pkg);