Android makefiles for triangle example (wip) (#97)

This commit is contained in:
saschawillems 2016-03-20 14:31:20 +01:00
parent 2ac9be7225
commit 92cdb2060e
5 changed files with 100 additions and 0 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