From 551a8708cb2287f6c2e1c71a555b42b22ed9fbd7 Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Sat, 10 Aug 2024 20:21:36 +0200 Subject: [PATCH] Update build.sh --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 3439c03b..fe5a1461 100755 --- a/build.sh +++ b/build.sh @@ -18,6 +18,7 @@ BB=android-14.0.0_r61 initRepos() { echo "--> Initializing workspace" + ccache -M 50G -F 0 repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r61 --git-lfs echo