1 #!/bin/bash -u 2 # 3 # Copyright 2016 Google Inc. All Rights Reserved. 4 # 5 # This script is intended to be used by binary_search_state.py, as 6 # part of the binary search triage on the Android NDK apps. This script 7 # generates the list of object files to be bisected. This list is generated 8 # by the compiler wrapper during the POPULATE_GOOD and POPULATE_BAD stages. 9 # 10 11 cat ${BISECT_DIR}/good/_LIST 12 13