chiark / gitweb /
Specify that init= and prebuild= won't be able to build anything now
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 10 Oct 2013 13:51:51 +0000 (15:51 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 10 Oct 2013 13:51:51 +0000 (15:51 +0200)
docs/fdroid.texi

index fc8c6c83c8d41cc6d658ab188e080dd84cd95e9a..ab30456360664a38777c6e31dc8e1bc7ee9662c5 100644 (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.