diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-10-19 11:44:27 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-10-19 11:44:27 +0200 |
commit | 4454c5c36aded4dfd618e9755830b555218feca1 (patch) | |
tree | 299bbc2c15a4d2fb096b7bf4884e8105fc8409da /jni/prebuilt.mk | |
parent | e9cbb59562474a60ccfe871df1a9e3ae0b42f9a8 (diff) |
Remove completely wrong files that have been here forever ...
--HG--
extra : rebase_source : 2b7203ba485e661bcd99223a7b04aa0cd469c386
Diffstat (limited to 'jni/prebuilt.mk')
-rw-r--r-- | jni/prebuilt.mk | 27 |
1 files changed, 0 insertions, 27 deletions
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)
|