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 | 1fb9c1158ecb1df4499ccfef98fa71568a35fb90 (patch) | |
tree | 47d406eea17bb4aa703fcf75d1d1260eac049718 /jni/Application.mk | |
parent | 5ae6e66c76a8d7da2c22882d487576234ca21c26 (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 |