summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2011-11-16 17:11:31 -0800
committerDan Fandrich <dan@coneharvesters.com>2011-11-16 17:11:31 -0800
commit591c29aa498a57c68b056324612d16636e8b6289 (patch)
tree88eac69780f9896d328b5b714d2c7c0304b7ea88
parent5e0aa3aac95662c3318f4e7d11f67ebc8566601c (diff)
downloadgnurl-591c29aa498a57c68b056324612d16636e8b6289.tar.gz
gnurl-591c29aa498a57c68b056324612d16636e8b6289.tar.bz2
gnurl-591c29aa498a57c68b056324612d16636e8b6289.zip
curl has been built on many Android versions
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index d7e4494a3..7d923e9fe 100644
--- a/Android.mk
+++ b/Android.mk
@@ -2,7 +2,7 @@
#
# 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 1.5 and 2.1
+# from the Android root. Tested with Android versions 1.5, 2.1-2.3
#
# Note: you must first create a curl_config.h file by running configure in the
# Android environment. The only way I've found to do this is tricky. Perform a
@@ -42,7 +42,7 @@
# into the right place (but see the note about this below).
#
# Dan Fandrich
-# August 2010
+# November 2011
LOCAL_PATH:= $(call my-dir)