diff options
author | Benoit Marty <benoit.marty@gmail.com> | 2019-04-30 18:22:30 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-04-30 18:22:30 -0400 |
commit | 69feb86c01838cffdfbfdb5dc7d9432667832d95 (patch) | |
tree | 4fe42063edb629c363f000b0c141c293fc10e35c /android/olm-sdk/src/main/jni | |
parent | 27fcc337a3b6484dee8f31773d083f14463bc33f (diff) |
update to newer Android SDK version
Diffstat (limited to 'android/olm-sdk/src/main/jni')
-rw-r--r-- | android/olm-sdk/src/main/jni/Application.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/olm-sdk/src/main/jni/Application.mk b/android/olm-sdk/src/main/jni/Application.mk index e11f39a..e052911 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 x86_64 x86 -APP_STL := gnustl_static +APP_STL := c++_static
\ No newline at end of file |