aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/android
diff options
context:
space:
mode:
authorCassidy Burden <cburden@google.com>2016-07-28 13:47:47 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-07-28 19:25:02 -0700
commitc583dac5abda3ecb5f05e35f77251fa3cef0c13c (patch)
tree7b16bfb803870619cc409aa1d1775f1fe77b1f2b /binary_search_tool/android
parentc3fd4279b4220e53d767b3407c757a31f08ad659 (diff)
downloadtoolchain-utils-c583dac5abda3ecb5f05e35f77251fa3cef0c13c.tar.gz
binary search tool: Add android get_initial_items script
This script will simply output the list of all files in the good object cache. TEST=Used with test android bisection Change-Id: I5caa7b3d1372d0b5ee046f2ceb814c88122d5ec6 Reviewed-on: https://chrome-internal-review.googlesource.com/271947 Commit-Ready: Cassidy Burden <cburden@google.com> Tested-by: Cassidy Burden <cburden@google.com> Reviewed-by: Caroline Tice <cmtice@google.com> Reviewed-by: Han Shen <shenhan@google.com>
Diffstat (limited to 'binary_search_tool/android')
-rwxr-xr-xbinary_search_tool/android/get_initial_items.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/binary_search_tool/android/get_initial_items.sh b/binary_search_tool/android/get_initial_items.sh
new file mode 100755
index 00000000..2a1eda3a
--- /dev/null
+++ b/binary_search_tool/android/get_initial_items.sh
@@ -0,0 +1,14 @@
+#!/bin/bash -u
+#
+# Copyright 2016 Google Inc. All Rights Reserved.
+#
+# This script is intended to be used by binary_search_state.py, as
+# part of the binary search triage on the Android source tree. This script
+# generates the list of current Android object files, that is then used
+# for doing the binary search.
+#
+
+source android/common.sh
+
+cat ${BISECT_GOOD_BUILD}/_LIST
+