Android.mk
324 Bytes
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := ext_curl
LOCAL_MODULE_FILENAME := curl
LOCAL_SRC_FILES := $(TARGET_ARCH_ABI)/libcurl.a
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/../../include/android
LOCAL_STATIC_LIBRARIES += ext_ssl
LOCAL_STATIC_LIBRARIES += ext_crypto
include $(PREBUILT_STATIC_LIBRARY)