summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-08-26 12:34:53 +0200
committerJan Holesovsky <kendy@collabora.com>2019-10-22 14:17:04 +0200
commit016141db1deea005c7963d2f4c9e934fe2d85817 (patch)
tree7936be859f80411cc2c0f5e83f4b1d1c9a0c496d /README.md
parentf99b9e38ffca72d0b13e0eec6e385c27c953f0d7 (diff)
Android: document one NDK version that works
The baseline info was silent on Android, and at least my old r16b was too old to build master, while updating to r19c fixes the build, so document that finding. Change-Id: I8713d68a9cfe62ca241f0047f46da496acb85acd Reviewed-on: https://gerrit.libreoffice.org/78119 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins Reviewed-on: https://gerrit.libreoffice.org/81224 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1e32005147d3..fdf385b6c7b8 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,8 @@ run and compile LibreOffice, also used by the TDF builds:
* iOS (only for LibreOfficeKit):
* Runtime: 11.4 (only support for newer i devices == 64 bit)
* Build: Xcode 9.3 and iPhone SDK 11.4
+* Android:
+ * Build: NDK r19c
At least Clang 3.4.2 is known to be too old to pass the configure.ac check "whether $CXX supports
C++17, C++14, or C++11" in its current form (due to the #pragma GCC diagnostic ignored "-Wpragmas"