android-binder 0.1.1

Safe bindings to Android Binder, restricted to the NDK
1
2
3
4
fn main() {
    // Anything with cargo is NDK only. If you want to access anything else, use Soong.
    println!("cargo::rustc-cfg=android_ndk");
}