Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
14 lines
353 B
Bash
Executable File
14 lines
353 B
Bash
Executable File
#!/bin/bash -u
|
|
#
|
|
# Copyright 2016 Google LLC
|
|
#
|
|
# This script is intended to be used by binary_search_state.py, as
|
|
# part of the binary search triage on the Android source tree. This script
|
|
# generates the list of current Android object files, that is then used
|
|
# for doing the binary search.
|
|
#
|
|
|
|
source android/common.sh
|
|
|
|
cat ${BISECT_GOOD_BUILD}/_LIST
|