]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Added LOCAL_MODULE_TAGS to support Android gingerbread
authorDan Fandrich <dan@coneharvesters.com>
Mon, 20 Jun 2011 19:01:38 +0000 (12:01 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 20 Jun 2011 19:01:38 +0000 (12:01 -0700)
Android.mk

index d51ab8fbd6c07880b827513971096be374f3ee2d..d7e4494a376906aacfc7f81a05d7ca76cf5c461a 100644 (file)
@@ -72,6 +72,7 @@ LOCAL_COPY_HEADERS_TO := libcurl/curl
 LOCAL_COPY_HEADERS := $(addprefix include/curl/,$(CURL_HEADERS))
 
 LOCAL_MODULE:= libcurl
+LOCAL_MODULE_TAGS := optional
 
 # Copy the licence to a place where Android will find it.
 # Actually, this doesn't quite work because the build system searches
@@ -92,6 +93,7 @@ include $(LOCAL_PATH)/src/Makefile.inc
 LOCAL_SRC_FILES := $(addprefix src/,$(CURL_CFILES))
 
 LOCAL_MODULE := curl
+LOCAL_MODULE_TAGS := optional
 LOCAL_STATIC_LIBRARIES := libcurl
 LOCAL_SYSTEM_SHARED_LIBRARIES := libc