Index: tools/auto_bisect/bisect_perf_regression.py |
diff --git a/tools/auto_bisect/bisect_perf_regression.py b/tools/auto_bisect/bisect_perf_regression.py |
index 71f701c9a6e74ea5f90212f281f4e6962e687c73..746952eb6cdca14463828fd2686c3ca7348f8aa7 100755 |
--- a/tools/auto_bisect/bisect_perf_regression.py |
+++ b/tools/auto_bisect/bisect_perf_regression.py |
@@ -2645,7 +2645,8 @@ class BisectOptions(object): |
'(default), Release_x64 or "Debug".') |
group.add_argument('--builder_type', default=fetch_build.PERF_BUILDER, |
choices=[fetch_build.PERF_BUILDER, |
- fetch_build.FULL_BUILDER, ''], |
+ fetch_build.FULL_BUILDER, |
+ fetch_build.ANDROID_CHROME_PERF_BUILDER, ''], |
help='Type of builder to get build from. This ' |
'determines both the bot that builds and the ' |
'place where archived builds are downloaded from. ' |