Files
rk35xx-android14/external/toolchain-utils/binary_search_tool/android/cleanup.sh
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

16 lines
512 B
Bash
Executable File

#!/bin/bash
#
# Copyright 2016 Google LLC
#
# This script is part of the Android binary search triage process.
# It should be the last script called by the user, after the user has
# successfully run the bisection tool and found their bad items. This script
# will perform all necessary cleanup for the bisection tool.
#
rm android/common.sh
# Remove build command script if pass_bisect enabled
rm -f android/cmd_script.sh
# Remove tmp IR file used for ir_diff in pass beisction
rm -f /tmp/bisection_bad_item.o