//! # JNI Bridge
//!//! The Rust side of the Bubba ↔ Android bridge.
//! Java calls these `#[no_mangle]` functions; Rust calls back into Java via the
//! stored `JavaVM` reference.
//!//! This is the equivalent of React Native's `NativeModule` system.
#[cfg(target_os ="android")]pubmodandroid;