Add build files for compiling ZeroTier One SDK for Android targets

Signed-off-by: Grant Limberg <glimberg@gmail.com>
This commit is contained in:
Grant Limberg 2015-04-20 18:26:23 -07:00
parent ed107c4daf
commit f40eb665c5
4 changed files with 43 additions and 0 deletions

3
java/jni/Application.mk Normal file
View file

@ -0,0 +1,3 @@
APP_ABI := armeabi armeabi-v7a arm64-v8a x86
APP_STL := gnustl_static
APP_CPPFLAGS += -fexceptions