chiark / gitweb /
Allow 'update' and 'buildjni' to accept list of subdir paths to run tools within.
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>
Wed, 7 Mar 2012 06:46:56 +0000 (08:46 +0200)
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>
Fri, 9 Mar 2012 20:41:19 +0000 (22:41 +0200)
commitd26f2d1ffa5195334b10b88e3197566a010211b6
tree621319365dada50446e881191620be2b73d8454c
parent22f98959278ed6ad84196f615ad346484855c476
Allow 'update' and 'buildjni' to accept list of subdir paths to run tools within.

This is useful for multi-component projects (main app + libraries in separate
dirs). Older adhoc values (update=no, buildjni=yes) for both options are
retained, except that to ignore jni/ directory, buildjni=no instead of
buildjni=manual should be used now.

Also, if --verbose is given, print message about runnibg ndk-build - native
libraries can be quite big and process long, so this is useful to keep user
in loop. To achieve this, had to global'ize options.
build.py
common.py