1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 09:50:07 +02:00

Specify that init= and prebuild= won't be able to build anything now

This commit is contained in:
Daniel Martí 2013-10-10 15:51:51 +02:00
parent 0bde32fd99
commit d25b25fbb1

View File

@ -911,6 +911,10 @@ As for 'prebuild', but runs during the actual build phase (but before the
main ant/maven build). Use this only for actions that do actual building.
Any prepartion of the source code should be done using 'init' or 'prebuild'.
Any building that takes place before build= will be ignored, as either ant,
mvn or gradle will be executed to clean the build environment right before
build= (or the final build) is run.
You can use $$SDK$$, $$NDK$$ and $$MVN3$$ to substitute the paths to the
android SDK and NDK directories, and maven 3 executable respectively.