aboutsummaryrefslogtreecommitdiff
path: root/docs/INSTALL
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2012-06-06 16:14:03 +0200
committerGuenter Knauf <lists@gknw.net>2012-06-06 16:16:52 +0200
commitaaa1e7f9d4dca25e905e1f25448911bc28128418 (patch)
treee3f30a437f698dd49a8ea1e90238abc9f06d52ab /docs/INSTALL
parent37550c16f9305bcd7408bdfceda4bb98a3c044c8 (diff)
Updated Android section with recent NDK.
The r7b had some bugs, and shouldnt be used.
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 2f827a141..f14552623 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