diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-02-06 23:08:05 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-02-06 23:08:05 +0100 |
commit | 7be925aefc0114f5174dff36fa7b9b5ac32305c8 (patch) | |
tree | 8510dfe989e34099de1b12aafc97484869834a61 /docs/INSTALL | |
parent | 611ec0a19021ef04dc273df543b40a6352543cbb (diff) | |
download | curl-7be925aefc0114f5174dff36fa7b9b5ac32305c8.tar.gz |
build: move Android.mk to packages/Android/
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index def3ce81e..c13a66094 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -876,7 +876,7 @@ VxWorks Android ======= Method using the static makefile: - - see the build notes in the Android.mk file. + - see the build notes in the packages/Android/Android.mk file. Method using a configure cross-compile (tested with Android NDK r7c, r8): - prepare the toolchain of the Android NDK for standalone use; this can |