From 4454c5c36aded4dfd618e9755830b555218feca1 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sat, 19 Oct 2013 11:44:27 +0200 Subject: Remove completely wrong files that have been here forever ... --HG-- extra : rebase_source : 2b7203ba485e661bcd99223a7b04aa0cd469c386 --- jni/prebuilt.mk | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 jni/prebuilt.mk (limited to 'jni/prebuilt.mk') diff --git a/jni/prebuilt.mk b/jni/prebuilt.mk deleted file mode 100644 index 51bf1003..00000000 --- a/jni/prebuilt.mk +++ /dev/null @@ -1,27 +0,0 @@ -# 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