diff options
author | Guenter Knauf <lists@gknw.net> | 2012-07-29 14:15:23 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2012-07-29 14:15:23 +0200 |
commit | 6e1f8675239912aa820ba6cc375ff6e09ab33057 (patch) | |
tree | c00752ad900ff7c4e4fbb6b6f066f5b7cdbb93f6 | |
parent | cd350e38290fb5b21ed80477cc80090815913b7a (diff) |
Added hint to read docs/INSTALL too.
-rw-r--r-- | Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 7d923e9fe..5cde1c97e 100644 --- a/Android.mk +++ b/Android.mk @@ -1,5 +1,7 @@ # Google Android makefile for curl and libcurl # +# Please read also 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' # from the Android root. Tested with Android versions 1.5, 2.1-2.3 |