• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
11source android/common.sh
12
13cat ${BISECT_GOOD_BUILD}/_LIST
14
15