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

Commit 8127323f authored by Vairavan Srinivasan's avatar Vairavan Srinivasan
Browse files

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

Change-Id: Ic9fb74c99c88479addf3a2cc599b8492ced759d8
parent 4b91e332
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -878,7 +878,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) {