diff --git a/Doc-building-for-android.md b/Doc-building-for-android.md index 3c9618d..85fac27 100644 --- a/Doc-building-for-android.md +++ b/Doc-building-for-android.md @@ -7,6 +7,10 @@ Instructions to build a cross compiler to Android on ARM, to cross compile Rust 1. Setup android ndk standalone tool chain with platform=14 option Download android NDK version _r9b_ or later (you might not be able to build jemalloc with previous version) from http://developer.android.com/tools/sdk/ndk/index.html + +``` +wget -c http://dl.google.com/android/ndk/android-ndk-r9b-linux-x86_64.tar.bz2 +``` example command to setup standalone tool chain: