bisect-kit: update dianoser after chromeos and android bisectors change
BUG=chromium:827092
TEST=dianose_cros_autotest.py
Change-Id: I6ff954f6693b61dc2a1ec7aefad9bc5fc5bc2ebb
Reviewed-on: https://chromium-review.googlesource.com/1158308
Commit-Ready: Kuang-che Wu <kcwu@chromium.org>
Tested-by: Kuang-che Wu <kcwu@chromium.org>
Reviewed-by: Chung-yih Wang <cywang@chromium.org>
diff --git a/bisect_android_repo.py b/bisect_android_repo.py
index ab572a0..3e5503e 100755
--- a/bisect_android_repo.py
+++ b/bisect_android_repo.py
@@ -6,7 +6,9 @@
"""Android bisector to bisect local build commits.
Example:
- $ ./bisect_android_repo.py init --old rev1 --new rev2 --android_root ~/android
+ $ ./bisect_android_repo.py init --old rev1 --new rev2 \\
+ --android_root ~/android \\
+ --android_repo_mirror_dir $ANDROID_REPO_MIRROR_DIR
$ ./bisect_android_repo.py config switch ./switch_arc_localbuild.py
$ ./bisect_android_repo.py config eval ./eval-manually.sh
$ ./bisect_android_repo.py run