mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Add ndk 13b
This commit is contained in:
parent
d7ec321198
commit
ddefec33cd
6 changed files with 13 additions and 3 deletions
|
@ -1122,9 +1122,9 @@ Version of the NDK to use in this build. Defaults to the latest NDK release
|
|||
that included legacy toolchains, so as to not break builds that require
|
||||
toolchains no longer included in current versions of the NDK.
|
||||
|
||||
The buildserver supports r9b with its legacy toolchains, r10e, r11c and the
|
||||
latest release as of writing this document, r12b. You may add support
|
||||
for more versions by adding them to 'ndk_paths' in your config file.
|
||||
The buildserver supports r9b with its legacy toolchains, r10e, r11c, r12b,
|
||||
and the latest release as of writing this document, r13b. You may add
|
||||
support for more versions by adding them to 'ndk_paths' in your config file.
|
||||
|
||||
@item gradle=<flavour1>[,<flavour2>,...]
|
||||
Build with Gradle instead of Ant, specifying what flavours to use. Flavours
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue