This days I coincidentally found an interesting build system targeting android, which allows almost *ANY* SDL application to be easily and quick ported to android.
The build system is here: https://github.com/pelya/commandergenius
Adding just 1 config file, 2 simple build scripts and Oricutron sources "as is" - and Oricutron is ported to android

For all curious fans the apk can be downloaded here (It's ~6MB).
I tested it on 2-core android box in native resolution 1280x720.
The emulator runs with ~25 fps and everything is slow... but as I said in the message subject - It's only Proof-Of-Concept.
On other hand, for about 15 minutes work the result is pretty good and is really motivating

Probably it's worth first to add to Oricutron support for SDL2 and than use SDL2's helper to build an android apk, any ideas and/or thoughts?