Mono Rebundle
1.0.0
A utility for bundling Xamarin/Monodroid DLLs into an android shared library (libmonodroid_bundle_app.so).
Useful for bundling back .NET DLLs extracted using this tool mono_unbundle.
After the first launch there will be config.json created and you have to set the following information:
Options: -p, --path - Required. Path to a directory containing assemblies to bundle.
In my case I had to edit mono_mkbundle_init function in temp.c in order to make it match the original one.

Xamarin.Android - The utility uses slightly modified version of Xamarin.Android project licensed under MIT License.
The utility is licensed under MIT License.