android: Slightly increase NDK version

This version was installed in the base image until Aug 1st (the other we
installed was not actually used for a while).
This commit is contained in:
Tobias Brunner
2022-08-18 09:42:34 +02:00
parent 47fd5ab6b5
commit 71b0c031c2
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -522,7 +522,7 @@ android)
rm -r strongswan-*
cd src/frontends/android
echo "$ ./gradlew build"
NDK_CCACHE=ccache ./gradlew build || exit $?
NDK_CCACHE=ccache ./gradlew build --info || exit $?
;;
*)
;;