Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3320)

Unified Diff: build/android/envsetup_functions.sh

Issue 116833006: Skip downloading of nacl toolchain for android. Nacl is not enabled in android and it takes too lon… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit fix Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | build/download_nacl_toolchains.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/envsetup_functions.sh
diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh
index bf8abb6f500920395d1f847b5f17767711fd6abb..2c50cfed5a7de55c11c3484eebbbdee1bf999af8 100755
--- a/build/android/envsetup_functions.sh
+++ b/build/android/envsetup_functions.sh
@@ -132,6 +132,9 @@ ${ANDROID_SDK_BUILD_TOOLS_VERSION}
print_usage
return 1
esac
+
+ # nacl isn't enabled for android, avoid downloading the toolchain.
+ DEFINES+=" -Ddisable_nacl=1"
}
« no previous file with comments | « AUTHORS ('k') | build/download_nacl_toolchains.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698