From: Daniel Martí Date: Thu, 10 Oct 2013 13:51:51 +0000 (+0200) Subject: Specify that init= and prebuild= won't be able to build anything now X-Git-Tag: 0.1~365 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d25b25fbb13754f11bb49ebfa34c2034caac322c;p=fdroidserver.git Specify that init= and prebuild= won't be able to build anything now --- diff --git a/docs/fdroid.texi b/docs/fdroid.texi index fc8c6c83..ab304563 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -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.