mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-15 11:40:30 +03:00
Added the ability to expect build output in a different place
This commit is contained in:
parent
d5cc9e2523
commit
f863c2225c
2 changed files with 9 additions and 1 deletions
4
README
4
README
|
|
@ -102,6 +102,10 @@ configuration to the build. These are:
|
|||
building, but there is a special case for SVN repositories
|
||||
where the URL is specified with a * at the end. See the
|
||||
documentation for the Repo field for more information.
|
||||
bindir=<path> - Normally the build output (apk) is expected to be in the
|
||||
bin subdirectory below the ant build files. If the project
|
||||
is configured to put it elsewhere, that can be specified
|
||||
here, relative to the base of the checked out repo..
|
||||
oldsdkloc=yes - The sdk location in the repo is in an old format
|
||||
target=<target> - Specifies a particular SDK target, when the source doesn't
|
||||
rm=<relpath> - Specifies the relative path of file to delete before the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue