diff --git a/docs/fdroid.texi b/docs/fdroid.texi index ebc31bcc..0095eff0 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -611,23 +611,34 @@ build.xml file. Specifying update=no bypasses that. Specifiying update=force forces rebuilding of the build.xml file at the same time - this is frequently needed with r14 of the Android platform -tools. +tools. Be aware of any customisations in build.xml when using +update=force. -Be aware of any customisations in build.xml when using update=force. +Otherwise, value can be a semicol-separated list of directories in +which to run 'android update project' relative to the main +application directory (which may include '@code{subdir}' parameter). +Default value is '@code{.}', and passing non-default value may be +useful for multi-component projects. Note that @code{--subprojects} +switch is automatically passed to 'android update project', so using +explicit list may be needed only for peculiar source layouts. @item initfun=yes Enables a selection of mad hacks to make com.funambol.android build. Probably not useful for any other application. -@item buildjni=[no|yes|force] +@item buildjni=[yes|no|