diff --git a/build/others/makefile.applicationmk b/build/others/makefile.applicationmk index 9330aad..5fcf2d7 100755 --- a/build/others/makefile.applicationmk +++ b/build/others/makefile.applicationmk @@ -25,6 +25,6 @@ APP_ABI := \ APP_PLATFORM := android-21 APP_OPTIM := release -APP_STL := c++_shared +APP_STL := c++_static # end