Added subpass example Android build [skip ci]

This commit is contained in:
saschawillems 2017-01-14 17:14:09 +01:00
parent 79d9f0bde3
commit 3cba04fb76
8 changed files with 152 additions and 2 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