aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Northrop <cnorthrop@google.com>2018-06-15 15:16:11 -0600
committerCody Northrop <cnorthrop@google.com>2018-06-15 15:16:11 -0600
commite69ded980cb5915cb6c13c69f3341dad5135c1d8 (patch)
tree525c791678ea8b54118abd4bbf00f55866def76a
parent18edc13d9ad61d0e1b70719d46c52a70a66f4668 (diff)
downloadusermoji-e69ded980cb5915cb6c13c69f3341dad5135c1d8.tar.xz
android: Restore toolchain update in build_all
-rwxr-xr-xbuild-android/build_all.sh2
1 files changed, 2 insertions, 0 deletions
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
#