xref: /aosp_15_r20/external/toolchain-utils/binary_search_tool/android/get_initial_items.sh (revision 760c253c1ed00ce9abd48f8546f08516e57485fe)
1#!/bin/bash -u
2#
3# Copyright 2016 Google LLC
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