From: Guenter Knauf Date: Wed, 6 Jun 2012 14:14:03 +0000 (+0200) Subject: Updated Android section with recent NDK. X-Git-Tag: upstream/7.37.1~2992 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aaa1e7f9d4dca25e905e1f25448911bc28128418;p=platform%2Fupstream%2Fcurl.git Updated Android section with recent NDK. The r7b had some bugs, and shouldnt be used. --- diff --git a/docs/INSTALL b/docs/INSTALL index 2f827a1..f145526 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -846,10 +846,10 @@ Android Method using the static makefile: - see the build notes in the Android.mk file. - Method using a configure cross-compile (tested with Android NDK r7b): + Method using a configure cross-compile (tested with Android NDK r7c, r8): - prepare the toolchain of the Android NDK for standalone use; this can be done by invoking the script: - ./tools/make-standalone-toolchain.sh + ./build/tools/make-standalone-toolchain.sh which creates a usual cross-compile toolchain. Lets assume that you put this toolchain below /opt then invoke configure with something like: export PATH=/opt/arm-linux-androideabi-4.4.3/bin:$PATH