Allow for manual native code building

This commit is contained in:
Ciaran Gultnieks 2012-02-24 07:42:49 +00:00
parent 479362aa55
commit ce1deec8dd
3 changed files with 17 additions and 5 deletions

View file

@ -505,9 +505,15 @@ Be aware of any customisations in build.xml when using update=force.
Enables a selection of mad hacks to make com.funambol.android build.
Probably not useful for any other application.
@item buildjni=yes
@item buildjni=[no|yes|force]
Enables building of native code via the ndk-build script before doing
the main ant build.
the main ant build. The default is @code{no}.
The build and scan processes will complain (refuse to build) if this is set
to @code{no}, but there is a @code{jni} directory present. If the native code
is being built by other means, you can specify @code{manual} here to avoid
that. However, if the native code is actually not required, remove the
directory instead.
@item submodules=yes
Use if the project (git only) has submodules - causes git submodule