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

* commit '0874aa0ec4f413a77a610133c904c2590a2e3ccd':
  adb: Pick desired product value from command line it follows -p
This commit is contained in:
Jean-Baptiste Queru 2012-08-20 14:50:36 -07:00 committed by Android Git Automerger
commit 42900c30cf
1 changed files with 1 additions and 1 deletions

View File

@ -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) {