From 3e4d8f433239c40311037616b1b8833a06651ae0 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 16 Apr 2012 19:21:14 +0200 Subject: Initial import --- jni/prebuilt.mk | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 jni/prebuilt.mk (limited to 'jni/prebuilt.mk') diff --git a/jni/prebuilt.mk b/jni/prebuilt.mk new file mode 100644 index 00000000..51bf1003 --- /dev/null +++ b/jni/prebuilt.mk @@ -0,0 +1,27 @@ +# Build curl + +include $(CLEAR_VARS) +LOCAL_MODULE := curl +LOCAL_SRC_FILES := prebuilt/libcurl.a +LOCAL_PATH = $(CURRENT_DIR) + +include $(PREBUILT_STATIC_LIBRARY) + +# SIGC + +include $(CLEAR_VARS) +LOCAL_MODULE := sigc +LOCAL_SRC_FILES := prebuilt/libsigc.a +LOCAL_PATH = $(CURRENT_DIR) + +include $(PREBUILT_STATIC_LIBRARY) + +include $(CLEAR_VARS) +# Torrent library +LOCAL_MODULE := rtorrent +LOCAL_SRC_FILES := prebuilt/librtorrent.a +LOCAL_PATH = $(CURRENT_DIR) + +LOCAL_STATIC_LIBRARIES := sigc + +include $(PREBUILT_STATIC_LIBRARY) -- cgit v1.2.3