mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Add NDK r10d, this time alongside r9b
Specified per-build with ndk=<version> defaulting to the oldest, r9b.
This commit is contained in:
parent
43092407a3
commit
f60f1bc59e
9 changed files with 130 additions and 64 deletions
|
|
@ -988,6 +988,15 @@ actually not required or used, remove the directory instead (using
|
|||
isn't used nor built will result in an error saying that native
|
||||
libraries were expected in the resulting package.
|
||||
|
||||
@item ndk=<version>
|
||||
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 and the latest release
|
||||
as of writing this document, r10d. 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
|
||||
are case sensitive since the path to the output apk is as well.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue