From 0995fa1996b8ead56de33bfde8e40f2424090fb8 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 7 Mar 2012 08:46:56 +0200 Subject: [PATCH 1/2] 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. From 51ff4d463ea94a88fb6b91289822075d1e001ece Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 7 Mar 2012 08:54:47 +0200 Subject: [PATCH 2/2] Update docs for 'update' and 'buildjni' with dir list support info.