* Added a couple ANDROID ifdefs to libventrilo3 in trunk so that our android wrapper can just build from the same source in trunk. They are needed to get rid of config.h include and some pragma statements that android-ndk's bionic C compiler does not support. v3_debug also reports to android logcat now: if you are unhappy with this change please revert it :)
* Due to changes above, you are now required to supply Android.mk with a path to (any) libventrilo3 library. Use LIBPATH, something like this works for me: make APP=mangler LIBPATH=~/mangler/trunk/libventrilo3
* Dropped all eclipse / layout stuff, it was all really messy and non-functional. We'll probably want to get rid of gsm/speex directories in jni at some point too.