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

Commit 25a10ea3 authored by Johan Toras Halseth's avatar Johan Toras Halseth Committed by android-build-merger
Browse files

Merge "Change flag from -includekeyvalue to -keyvalue/-nokeyvalue" into oc-dev am: 3cc32f2a

am: 7c6e5ac4

Change-Id: Ic9a99ccbec6895ce540776577e3c5613b31981ca
parents 8e0f4527 7c6e5ac4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -101,8 +101,10 @@ public final class Backup {
                    doCompress = true;
                } else if ("-nocompress".equals(arg)) {
                    doCompress = false;
                } else if ("-includekeyvalue".equals(arg)) {
                } else if ("-keyvalue".equals(arg)) {
                    doKeyValue = true;
                } else if ("-nokeyvalue".equals(arg)) {
                    doKeyValue = false;
                } else {
                    Log.w(TAG, "Unknown backup flag " + arg);
                    continue;