From ed7649d71eb3db6a7cd3d96e461cfc2d095ddbb1 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 26 Jun 2018 10:37:07 +0200 Subject: Compiling with last NDK + some hardening Patch received in https://github.com/matrix-org/olm/issues/13 --- android/olm-sdk/src/main/jni/Application.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'android/olm-sdk/src/main/jni/Application.mk') diff --git a/android/olm-sdk/src/main/jni/Application.mk b/android/olm-sdk/src/main/jni/Application.mk index 6516f5e..e11f39a 100644 --- a/android/olm-sdk/src/main/jni/Application.mk +++ b/android/olm-sdk/src/main/jni/Application.mk @@ -1,3 +1,3 @@ APP_PLATFORM := android-16 -APP_ABI := arm64-v8a armeabi-v7a armeabi x86_64 x86 -APP_STL := gnustl_static \ No newline at end of file +APP_ABI := arm64-v8a armeabi-v7a x86_64 x86 +APP_STL := gnustl_static -- cgit v1.2.3