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 | 011bcb7922f5e23a04322f91318704b1e5ab231d (patch) | |
tree | 22eff1767c95713020fb26d53595793bbc837dd7 /jni/Application.mk | |
parent | 3112a0b79549c7915355fe57e24424e2d3f92bb4 (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 |