diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-24 21:31:20 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-24 21:31:20 +0200 |
commit | c5e4ffc2ecbd6781f7b0ca454391f02f99d0f77e (patch) | |
tree | 2b59983735efebb6c1c002c7646274630984c171 /jni/Application.mk | |
parent | 83007ae1abc16de9489431cef599e9d60a518d6a (diff) |
Build openssl as shared library again, build for all Android ABIs
Diffstat (limited to 'jni/Application.mk')
-rw-r--r-- | jni/Application.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jni/Application.mk b/jni/Application.mk index 2000103b..e33410ed 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1,4 +1,4 @@ -#APP_ABI := armeabi-v7a +APP_ABI := all #APP_PLATFORM := android-14 #APP_OPTIM := release |