diff --git a/build_slider.sh b/build_slider.sh index 77ae042888e4..e5c38f70b37e 100755 --- a/build_slider.sh +++ b/build_slider.sh @@ -94,6 +94,8 @@ DEVICE_KERNEL_BUILD_CONFIG=${DEVICE_KERNEL_BUILD_CONFIG} \ GKI_DEFCONFIG_FRAGMENT=${GKI_DEFCONFIG_FRAGMENT} \ ./build_mixed.sh +exit_if_error $? "Failed to create mixed build" + # If BUILD_KERNEL is not explicitly set, be sure that there are no aosp/ # changes not present in the prebuilt. if [ "${CHECK_DIRTY_AOSP}" != "0" ]; then