ソースを参照
Android generated application are provided as a dynamic library.
To be loaded flawlessly by 'NativeActivity' class, they must have 'lib' as prefix and '.so' as extension (see 'AndroidManifest.xml' section at 'developer.android.com/ndk/samples/sample_na.html').
This adds automatically the 'lib' prefix to the generated library.