aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/android
diff options
context:
space:
mode:
authorCassidy Burden <cburden@google.com>2016-07-29 10:00:31 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-08-01 16:04:59 -0700
commit471aae79081b9a9097e5f57c8d6792f72853b03f (patch)
treec542e5932fb077f45acda24fe7f5fd347a130de8 /binary_search_tool/android
parenta742f71e420a07c474a8fb9307426ddb0574dcf3 (diff)
downloadtoolchain-utils-471aae79081b9a9097e5f57c8d6792f72853b03f.tar.gz
binary search tool: Add android bisector to bisect.py
Add android bisector implementation to bisect.py. Additionally add simple cleanup.sh script. TEST=Tested with full android bisection Change-Id: Ib6c6ea85614dbe3d54865d9695863ee625588a2d Reviewed-on: https://chrome-internal-review.googlesource.com/272166 Commit-Ready: Cassidy Burden <cburden@google.com> Tested-by: Cassidy Burden <cburden@google.com> Reviewed-by: Caroline Tice <cmtice@google.com>
Diffstat (limited to 'binary_search_tool/android')
-rwxr-xr-xbinary_search_tool/android/cleanup.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/binary_search_tool/android/cleanup.sh b/binary_search_tool/android/cleanup.sh
new file mode 100755
index 00000000..c89c337d
--- /dev/null
+++ b/binary_search_tool/android/cleanup.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+#
+# Copyright 2016 Google Inc. All Rights Reserved.
+#
+# This script is part of the Android binary search triage process.
+# It should be the last script called by the user, after the user has
+# successfully run the bisection tool and found their bad items. This script
+# will perform all necessary cleanup for the bisection tool.
+#
+
+rm android/common.sh