Home | History | Annotate | Download | only in android
      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 source tree.  This script
      7 # generates the list of current Android object files, that is then used
      8 # for doing the binary search.
      9 #
     10 
     11 source android/common.sh
     12 
     13 cat ${BISECT_GOOD_BUILD}/_LIST
     14 
     15