aboutsummaryrefslogtreecommitdiff
path: root/build_redbull-gki.sh
blob: fcd3bcaddbee2d01937d2cb75aa0b06dd21d64e4 (plain)
1
2
3
4
5
6
7
8
9
10
# 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} "$@"