diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-09-04 23:26:43 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-09-15 18:14:08 +0200 |
commit | dc93e5cc7c2157d51975d8a78a193bbc76bb0a6b (patch) | |
tree | 956a286644a1155a5ea92c5f2347804434effb08 /android | |
parent | 61037c622b13122de578f5ef60a3b343af3f9633 (diff) |
android: textrelocations are no longer an issue (can target 23 and later)
Change-Id: Ib80651bf3b23cf74abc76472c247b83622046700
Diffstat (limited to 'android')
-rw-r--r-- | android/source/build.gradle | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/android/source/build.gradle b/android/source/build.gradle index 5f850c197122..970ffeed3534 100644 --- a/android/source/build.gradle +++ b/android/source/build.gradle @@ -51,10 +51,7 @@ android { } defaultConfig { minSdkVersion 14 - // openssl on x86 makes the native-code.so contain text-relocations, - // 22 treats them as warnings, on 23 it is fatal error - // ToDo: fix openssl stuff to not block targeting 23 or later - targetSdkVersion 22 + targetSdkVersion 24 vectorDrawables.useSupportLibrary = true } buildTypes { |