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