diff --git a/build.sh b/build.sh index be3588b..9fc02f5 100755 --- a/build.sh +++ b/build.sh @@ -169,7 +169,7 @@ lunch omni_${CODENAME}-${FLAVOR} || lunch twrp_${CODENAME}-${FLAVOR} || lunch pb echo "::endgroup::" echo "::group::Compilation" -mka -j 2 ${TARGET} || { printf "Compilation failed.\n "; free -h; exit 1; } +mka pbrp -j 2 ${TARGET} || { printf "Compilation failed.\n "; free -h; exit 1; } echo "::endgroup::" # Export VENDOR, CODENAME and BuildPath for next steps