From 5e6bd91af46fa19a86ec79a0bbf83b02a5ac59a7 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 21 Nov 2013 16:18:32 -0800 Subject: [PATCH] Updated Doc building for android (markdown) --- Doc-building-for-android.md | 4 ++++ 1 file changed, 4 insertions(+) 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: