diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-02-07 23:40:38 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-02-07 23:40:38 +0100 |
commit | 811436bea4925a657ce8a986c64513f76a5f2aa5 (patch) | |
tree | 3d1f879c07e3a249444d68c9614ea64a74b8a5e8 /jni/Application.mk | |
parent | b6386e685176add87a06943d34bf01d8cd1dbea4 (diff) |
First working version of OpenVPN 3 Core (still much left to do
--HG--
branch : ovpn3
Diffstat (limited to 'jni/Application.mk')
-rw-r--r-- | jni/Application.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jni/Application.mk b/jni/Application.mk index 5670b6e3..a9657a19 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_STL:=stlport_static +APP_STL:=gnustl_static #APP_OPTIM := release |