From 47672ff1fcdcefafefbe6285f07e3cdda0038385 Mon Sep 17 00:00:00 2001 From: Bruh no <76208242+PHATWalrus@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:27:35 +0530 Subject: [PATCH] probably fix building --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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