Rust Binaries

    hello_rust/Android.bp:

    hello_rust/src/main.rs:

    $ m hello_rust $ adb push $ANDROID_PRODUCT_OUT/system/bin/hello_rust /data/local/tmp $ adb shell /data/local/tmp/hello_rust Hello from Rust!