diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-08-07 23:29:05 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-08-07 23:29:05 +0200 |
commit | 89fbc2e73b78fb7aaaf3cfbe95185d5f8f1e3cf1 (patch) | |
tree | 8e8ba4def76bede94806ceee87ea67e92bf115b8 /jni/Application.mk | |
parent | 98e81a04548eda145c2cabf8d3a7bd24b74b3971 (diff) |
Fix compiling with Android NDK r9
Diffstat (limited to 'jni/Application.mk')
-rw-r--r-- | jni/Application.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/jni/Application.mk b/jni/Application.mk index 5670b6e3..b69669ac 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1,7 +1,8 @@ APP_ABI := all -NDK_TOOLCHAIN_VERSION=4.4.3 -#APP_PLATFORM := android-14 -APP_STL:=stlport_static +APP_PLATFORM := android-14 + +APP_STL:=stlport_shared +#APP_STL:=gnustl_shared #APP_OPTIM := release |