diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2012-09-03 22:35:46 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2012-09-03 22:41:03 +0200 |
commit | b6a141ea8a5f814d52d350d4c251e202e727b44d (patch) | |
tree | 3afa04b9c33b824e335e91d52ad5c43990632596 /Android.mk | |
parent | ca84361e4b0d6b0f45a9a874d376cb598bc6803d (diff) | |
download | curl-b6a141ea8a5f814d52d350d4c251e202e727b44d.tar.gz |
Updated build docs w.r.t. Android and binary sizes
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index 5cde1c97e..2c0064fac 100644 --- a/Android.mk +++ b/Android.mk @@ -1,6 +1,9 @@ # Google Android makefile for curl and libcurl # -# Please read also the Android section in docs/INSTALL for alternate methods! +# This file can be used when building curl using the full Android source +# release or the NDK. Most users do not want or need to do this; please +# instead read the Android section in docs/INSTALL for alternate +# methods. # # Place the curl source (including this makefile) into external/curl/ in the # Android source tree. Then build them with 'make curl' or just 'make libcurl' |