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

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

am a8b832a8: am 42900c30: am 0874aa0e: Merge "adb: Pick desired product value...

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

* commit 'a8b832a8':
  adb: Pick desired product value from command line it follows -p
parents 81eecb1e a8b832a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -965,7 +965,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) {