diff options
| author | Tony-LunarG <tony@lunarg.com> | 2018-11-20 14:48:19 -0700 |
|---|---|---|
| committer | Tony Barbour <tony@lunarg.com> | 2018-11-21 09:42:52 -0700 |
| commit | 08d3f50eb30473dd31d349ec0c99f0c23e67d6e0 (patch) | |
| tree | ea7f4081dab1d68c7f654be919d05a15289d7eb1 /cube/android | |
| parent | ffe446c4912bf3bb7c9bf707d0348346fa6f838e (diff) | |
| download | usermoji-08d3f50eb30473dd31d349ec0c99f0c23e67d6e0.tar.xz | |
Cube: Use c++_static instead of unsupported gnustl_static for STL
Change-Id: If351431424a2b1d30cfa30d43a6515bca034ac40
Diffstat (limited to 'cube/android')
| -rw-r--r-- | cube/android/jni/Application.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cube/android/jni/Application.mk b/cube/android/jni/Application.mk index cd664539..a3d9754e 100644 --- a/cube/android/jni/Application.mk +++ b/cube/android/jni/Application.mk @@ -15,7 +15,7 @@ APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 APP_PLATFORM := android-23 -APP_STL := gnustl_static +APP_STL := c++_static APP_MODULES := VkCube APP_CPPFLAGS += -std=c++11 -fexceptions -Wall -Werror -Wextra -Wno-unused-parameter -DVK_NO_PROTOTYES -DGLM_FORCE_RADIANS APP_CFLAGS += -Wall -Werror -Wextra -Wno-unused-parameter -DVK_NO_PROTOTYES -DGLM_FORCE_RADIANS |
