aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/ndk/get_initial_items.sh
diff options
context:
space:
mode:
Diffstat (limited to 'binary_search_tool/ndk/get_initial_items.sh')
-rwxr-xr-xbinary_search_tool/ndk/get_initial_items.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/binary_search_tool/ndk/get_initial_items.sh b/binary_search_tool/ndk/get_initial_items.sh
new file mode 100755
index 00000000..bc2d05cd
--- /dev/null
+++ b/binary_search_tool/ndk/get_initial_items.sh
@@ -0,0 +1,12 @@
+#!/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 NDK apps. This script
+# generates the list of object files to be bisected. This list is generated
+# by the compiler wrapper during the POPULATE_GOOD and POPULATE_BAD stages.
+#
+
+cat ${BISECT_DIR}/good/_LIST
+