Added LOCAL_MODULE_TAGS to support Android gingerbread
This commit is contained in:
parent
c9f16e67ef
commit
4cbc6fc6ab
@ -72,6 +72,7 @@ LOCAL_COPY_HEADERS_TO := libcurl/curl
|
|||||||
LOCAL_COPY_HEADERS := $(addprefix include/curl/,$(CURL_HEADERS))
|
LOCAL_COPY_HEADERS := $(addprefix include/curl/,$(CURL_HEADERS))
|
||||||
|
|
||||||
LOCAL_MODULE:= libcurl
|
LOCAL_MODULE:= libcurl
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
||||||
# Copy the licence to a place where Android will find it.
|
# Copy the licence to a place where Android will find it.
|
||||||
# Actually, this doesn't quite work because the build system searches
|
# 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_SRC_FILES := $(addprefix src/,$(CURL_CFILES))
|
||||||
|
|
||||||
LOCAL_MODULE := curl
|
LOCAL_MODULE := curl
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
LOCAL_STATIC_LIBRARIES := libcurl
|
LOCAL_STATIC_LIBRARIES := libcurl
|
||||||
LOCAL_SYSTEM_SHARED_LIBRARIES := libc
|
LOCAL_SYSTEM_SHARED_LIBRARIES := libc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user