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

Commit ab4fd293 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Merge "No-op flag to keep tests working in this branch." am: 21441645

am: d6b5de96

Change-Id: I4da35d7b8273c20fe625ea79fb135e4d59648e72
parents b280d76d d6b5de96
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -174,6 +174,8 @@ public class Am extends BaseCommand {
                instrument.noWindowAnimation = true;
            } else if (opt.equals("--no-hidden-api-checks")) {
                instrument.disableHiddenApiChecks = true;
            } else if (opt.equals("--no-isolated-storage")) {
                // NOTE: currently a no-op in this branch
            } else if (opt.equals("--user")) {
                instrument.userId = parseUserArg(nextArgRequired());
            } else if (opt.equals("--abi")) {