Commit 66f2ada6 authored by nanahira's avatar nanahira Committed by GitHub

more changes

parent 48a8b9bd
...@@ -4,6 +4,7 @@ APP_PLATFORM := android-14 ...@@ -4,6 +4,7 @@ APP_PLATFORM := android-14
#APP_MODULES := YGOMobile #APP_MODULES := YGOMobile
#NDK_TOOLCHAIN_VERSION=4.8 #NDK_TOOLCHAIN_VERSION=4.8
APP_ALLOW_MISSING_DEPS=true APP_ALLOW_MISSING_DEPS=true
APP_STL := gnustl_static #APP_STL := gnustl_static
APP_STL := c++_static
APP_CPPFLAGS := -Wno-error=format-security -std=gnu++11 -fpermissive -D__cplusplus=201103L APP_CPPFLAGS := -Wno-error=format-security -std=gnu++11 -fpermissive -D__cplusplus=201103L
APP_OPTIM := release APP_OPTIM := release
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment