mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-04-06 18:41:27 -06:00
8 lines
191 B
Makefile
Executable File
8 lines
191 B
Makefile
Executable File
LOCAL_PATH := $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := curl
|
|
LOCAL_SRC_FILES := android/$(TARGET_ARCH_ABI)/libcurl.a
|
|
LOCAL_EXPORT_LDLIBS := -lz
|
|
include $(PREBUILT_STATIC_LIBRARY)
|