From: Dan Fandrich Date: Mon, 20 Jun 2011 19:01:38 +0000 (-0700) Subject: Added LOCAL_MODULE_TAGS to support Android gingerbread X-Git-Tag: curl-7_21_7~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4cbc6fc6ab8bceca2a01ba76f2582b8198bc9f60;p=thirdparty%2Fcurl.git Added LOCAL_MODULE_TAGS to support Android gingerbread --- diff --git a/Android.mk b/Android.mk index d51ab8fbd6..d7e4494a37 100644 --- a/Android.mk +++ b/Android.mk @@ -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