From 7f1cbd766f94a17b6a0d2a0bda7e88b4393ec7a6 Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Thu, 9 Nov 2017 14:26:51 -0700 Subject: android: Only compile toolchain once build_all.sh --- build-android/build_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-android/build_all.sh b/build-android/build_all.sh index e1cada87..b2f48c0c 100755 --- a/build-android/build_all.sh +++ b/build-android/build_all.sh @@ -59,7 +59,7 @@ function create_APK() { # # build layers # -./update_external_sources_android.sh +./update_external_sources_android.sh --no-build ./android-generate.sh ndk-build -j $cores -- cgit v1.2.3