From d25b25fbb13754f11bb49ebfa34c2034caac322c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 10 Oct 2013 15:51:51 +0200 Subject: [PATCH] Specify that init= and prebuild= won't be able to build anything now --- docs/fdroid.texi | 4 ++++ 1 file changed, 4 insertions(+) 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.