mirror of
https://github.com/curl/curl.git
synced 2026-04-28 12:42:11 +03:00
Updated Android section with recent NDK.
The r7b had some bugs, and shouldnt be used.
This commit is contained in:
parent
37550c16f9
commit
aaa1e7f9d4
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue