From e69ded980cb5915cb6c13c69f3341dad5135c1d8 Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Fri, 15 Jun 2018 15:16:11 -0600 Subject: android: Restore toolchain update in build_all --- build-android/build_all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-android/build_all.sh b/build-android/build_all.sh index 49fe0e0c..5000fe6c 100755 --- a/build-android/build_all.sh +++ b/build-android/build_all.sh @@ -54,6 +54,8 @@ function create_APK() { zipalign -f 4 bin/$1-unaligned.apk bin/$1.apk } +./update_external_sources_android.sh --no-build + # # build cube APK # -- cgit v1.2.3