Added Android and CMake builds for specialization constants example
This commit is contained in:
parent
00b5ea453f
commit
3d9350d960
8 changed files with 117 additions and 1 deletions
6
android/specializationconstants/jni/Application.mk
Normal file
6
android/specializationconstants/jni/Application.mk
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
APP_PLATFORM := android-19
|
||||
APP_ABI := armeabi-v7a
|
||||
APP_STL := c++_static
|
||||
APP_CPPFLAGS := -std=c++11
|
||||
APP_CPPFLAGS += -fexceptions
|
||||
NDK_TOOLCHAIN_VERSION := clang
|
||||
Loading…
Add table
Add a link
Reference in a new issue