1#!/bin/bash
2#
3# Copyright 2016 Google Inc. All Rights Reserved.
4#
5# This script is part of the Android binary search triage process.
6# It should be the last script called by the user, after the user has
7# successfully run the bisection tool and found their bad items. This script
8# will perform all necessary cleanup for the bisection tool.
9#
10
11rm android/common.sh
12# Remove build command script if pass_bisect enabled
13rm -f android/cmd_script.sh
14# Remove tmp IR file used for ir_diff in pass beisction
15rm -f /tmp/bisection_bad_item.o
16