mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-12 02:00:28 +03:00
Make maven executable path accessible in prebuild/init
This commit is contained in:
parent
372cd28881
commit
d302c669bd
4 changed files with 15 additions and 14 deletions
|
|
@ -772,15 +772,15 @@ particular, literal backslashes should not be escaped.
|
|||
You can use $$name$$ to substitute the path to a referenced srclib - see
|
||||
the @code{srclib} directory for details of this.
|
||||
|
||||
You can use $$SDK$$ and $$NDK$$ to substitute the paths to the android
|
||||
SDK and NDK directories respectively.
|
||||
You can use $$SDK$$, $$NDK$$ and $$MVN3$$ to substitute the paths to the
|
||||
android SDK and NDK directories, and maven 3 executable respectively.
|
||||
|
||||
@item init=xxxx
|
||||
As for 'prebuild', but runs on the source code BEFORE any other processing
|
||||
takes place.
|
||||
|
||||
You can use $$SDK$$ and $$NDK$$ to substitute the paths to the android
|
||||
SDK and NDK directories respectively.
|
||||
You can use $$SDK$$, $$NDK$$ and $$MVN3$$ to substitute the paths to the
|
||||
android SDK and NDK directories, and maven 3 executable respectively.
|
||||
|
||||
@item novcheck=yes
|
||||
Don't check that the version name and code in the resulting apk are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue