Makes aosp_redfin_vf merge script fail on errors.

Test: merge.sh with a failing merge, observe non-zero result.
Change-Id: I47a5de9787531d9f4c812ceb77929489a7661fdf
This commit is contained in:
Daniel Norman
2020-11-19 14:47:18 -08:00
parent 9f904c3447
commit 37de3202fc

View File

@@ -3,6 +3,8 @@
# Thin wrapper around merge_target_files to allow flag changes to be made in a
# presubmit-guarded change.
set -e
readonly DIST_DIR=$1
readonly VENDOR_DIR=$2