diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-08-26 12:34:53 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-26 14:13:29 +0200 |
commit | 77f633a9a10ef3847643c85503e16427a137291d (patch) | |
tree | 4d1c93601412b54b22bfc81734025a9e4c0edbf5 /README.md | |
parent | 6225a903ea84247cebe131bfc6f8d944161c3b4e (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
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index 41a4a7fff9d6..2424359d2000 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 If you want to use Clang with the LibreOffice compiler plugins, the minimal version of Clang is 5.0.2. Since Xcode doesn't provide the compiler plugin |