Support force update of build.xml without target, for r14

This commit is contained in:
Ciaran Gultnieks 2012-02-18 21:30:18 +00:00
parent 2f1951ef32
commit 3f5c29c30f
3 changed files with 17 additions and 16 deletions

7
README
View file

@ -167,9 +167,12 @@ configuration to the build. These are:
forcevercode=yes - If specified, the package vercode in the AndroidManifest.xml is
replaced with the version code for the build. See also
forceversion.
update=no By default, 'android update project' is used to generate or
update=xxx By default, 'android update project' is used to generate or
update the build.xml file. Specifying update=no bypasses
that.
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. Be aware of any
customisations in build.xml when using update=force.
initfun=yes Enables a selection of mad hacks to make com.funambol.android
build. Probably not useful for any other application.
buildjni=yes Enables building of native code via the ndk-build script