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

* commit '42900c30cf39ea4cdc41cc3671584b7f4f39b8bc':
  adb: Pick desired product value from command line it follows -p
This commit is contained in:
Jean-Baptiste Queru 2012-08-20 14:51:53 -07:00 committed by Android Git Automerger
commit a8b832a897

View file

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