Allow compiling to android with ndk
Allow compiling with the ndk using cargo-ndk
$ export ANDROID_NDK_HOME=/home/ccu/mug/android-ndk/$ndk $ cargo install cargo-ndk $ rustup target add x86_64-linux-android $ RUSTFLAGS='-C target-feature=+crt-static' cargo ndk --target x86_64-linux-android build
Signed-off-by: Helen Koike helen.koike@collabora.com