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

Commit 42900c30 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 0874aa0e: Merge "adb: Pick desired product value from command line it follows -p"

* commit '0874aa0e':
  adb: Pick desired product value from command line it follows -p
parents 76080925 0874aa0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -963,7 +963,7 @@ int adb_commandline(int argc, char **argv)
                argc--;
                argv++;
            } else {
                product = argv[1] + 2;
                product = argv[0] + 2;
            }
            gProductOutPath = find_product_out_path(product);
            if (gProductOutPath == NULL) {