# SPDX-License-Identifier: GPL-2.0 BUILD_SCRIPT="build/build.sh" if [[ "${BUILD_ABI:-0}" -eq 1 ]]; then BUILD_SCRIPT="build/build_abi.sh --update" fi BUILD_BOOT_IMG=true \ LTO=thin \ BUILD_CONFIG="private/msm-google/build.config.redbull.vintf" \ ${BUILD_SCRIPT} "$@"