mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
docs: Properly explain gradle= with multiple flavors
This commit is contained in:
parent
93a0d9918d
commit
ce25054648
1 changed files with 7 additions and 5 deletions
|
|
@ -989,11 +989,13 @@ actually not required or used, remove the directory instead (using
|
||||||
isn't used nor built will result in an error saying that native
|
isn't used nor built will result in an error saying that native
|
||||||
libraries were expected in the resulting package.
|
libraries were expected in the resulting package.
|
||||||
|
|
||||||
@item gradle=<flavour>
|
@item gradle=<flavour1>[,<flavour2>,...]
|
||||||
Build with Gradle instead of Ant, specifying what flavour to assemble.
|
Build with Gradle instead of Ant, specifying what flavours to use. Flavours
|
||||||
If <flavour> is 'yes' or 'main', no flavour will be used. Note
|
are case sensitive since the path to the output apk is as well.
|
||||||
that this will not work on projects with flavours, since it will build
|
|
||||||
all flavours and there will be no 'main' build.
|
If only one flavour is given and it is 'yes' or 'main', no flavour will be
|
||||||
|
used. Note that for projects with flavours, you must specify at least one
|
||||||
|
valid flavour since 'yes' or 'main' will build all of them separately.
|
||||||
|
|
||||||
@item maven=yes[@@<dir>]
|
@item maven=yes[@@<dir>]
|
||||||
Build with Maven instead of Ant. An extra @@<dir> tells f-droid to run Maven
|
Build with Maven instead of Ant. An extra @@<dir> tells f-droid to run Maven
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue