diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-12-22 17:47:59 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-12-22 17:47:59 +0100 |
commit | 904ce469f833d005b9d209b415924d3ba64bfb01 (patch) | |
tree | a15fc316559880a5cffadb02241efdc115d5f2a2 /jni/Application.mk | |
parent | 1e26d7cfb3a4d951847f08de5cbeac361a83ddb6 (diff) |
Add google-breakpad support to ics-openvpn
Diffstat (limited to 'jni/Application.mk')
-rw-r--r-- | jni/Application.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jni/Application.mk b/jni/Application.mk index 38ce95f3..5670b6e3 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1,6 +1,7 @@ APP_ABI := all NDK_TOOLCHAIN_VERSION=4.4.3 #APP_PLATFORM := android-14 +APP_STL:=stlport_static #APP_OPTIM := release |