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

Commit 0874aa0e authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by android code review
Browse files

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

parents 52d5dfc8 8127323f
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) {