Added compute N-Body Android build files

This commit is contained in:
saschawillems 2016-11-27 13:44:10 +01:00
parent 7f1c8c516b
commit fda21f96c9
8 changed files with 116 additions and 1 deletions

View file

@ -0,0 +1,5 @@
APP_PLATFORM := android-19
APP_ABI := armeabi-v7a
APP_STL := c++_static
APP_CPPFLAGS := -std=c++11
NDK_TOOLCHAIN_VERSION := clang