I've added the STK module from dRowAudio (also tried Danlin's updated version), and although it works great via XCode, I tried compiling for Android with ```ant release``` and I am getting a ton of compile errors to do with some macros e.g.
[exec] /Users/adamelemental/dev/SDKs/android-ndk/platforms/android-9/arch-arm/usr/include/sys/endian.h:56:24: error: expected unqualified-id before '__extension__'
[exec] #define __swap16gen(x) __statement({ \
[exec] ^
[exec] /Users/adamelemental/dev/SDKs/android-ndk/platforms/android-9/arch-arm/usr/include/sys/endian.h:141:18: note: in expansion of macro '__swap16gen'
[exec] #define __swap16 __swap16gen
[exec] ^
[exec] /Users/adamelemental/dev/SDKs/android-ndk/platforms/android-9/arch-arm/usr/include/sys/endian.h:158:16: note: in expansion of macro '__swap16'
[exec] #define swap16 __swap16
[exec] ^
[exec] ../../JuceLibraryCode/modules/stk/../../../../../juce_modules/drowaudio/stk_module/stk/stk.h:181:15: note: in expansion of macro 'swap16'
