This is LDC, the LLVM-based D compiler.  It will natively
compile D on Android devices.

The compiler configuration file is etc/ldc2.conf, and by
default only include/d is on the module search path.

To develop for Android, you will find the D headers and
sample apps at this github repository useful:

https://github.com/joakim-noah/android

You can find instructions on building Android apps at the
D wiki:

http://wiki.dlang.org/Build_D_for_Android

For further information, including how to report bugs,
please refer to the LDC wiki: http://wiki.dlang.org/LDC.
