commit d236708e41dfb4a534c2f5f49a75622b1e6987ea Author: Nathan Freitas nathan@freitas.net Date: Fri Dec 27 11:12:43 2013 -0500
removing binaries from repo binaries will now be stored in /libs/armeabi as psuedo shared libraries (actually executables) android handles unpacking of shared libraries and makes them executable for user automatically geoip will be available as an add-on download to reduce size of default app --- res/raw/geoip.mp3 | Bin 966562 -> 0 bytes res/raw/iptables | Bin 198652 -> 0 bytes res/raw/obfsproxy | Bin 996900 -> 0 bytes res/raw/privoxy | Bin 298048 -> 0 bytes res/raw/tor.mp3 | Bin 2120561 -> 0 bytes 5 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/res/raw/geoip.mp3 b/res/raw/geoip.mp3 deleted file mode 100644 index e3f1d8f..0000000 Binary files a/res/raw/geoip.mp3 and /dev/null differ diff --git a/res/raw/iptables b/res/raw/iptables deleted file mode 100755 index 7268216..0000000 Binary files a/res/raw/iptables and /dev/null differ diff --git a/res/raw/obfsproxy b/res/raw/obfsproxy deleted file mode 100755 index 5bdab95..0000000 Binary files a/res/raw/obfsproxy and /dev/null differ diff --git a/res/raw/privoxy b/res/raw/privoxy deleted file mode 100755 index ffb4ee1..0000000 Binary files a/res/raw/privoxy and /dev/null differ diff --git a/res/raw/tor.mp3 b/res/raw/tor.mp3 deleted file mode 100644 index 74fde28..0000000 Binary files a/res/raw/tor.mp3 and /dev/null differ