Static android_ffi::ANDROID_APP [] [src]

#[no_mangle]
pub static mut ANDROID_APP: *mut android_app = 0 as *mut ffi::android_app

This static variable will store the android_app* on creation, and set it back to 0 at destruction. Apart from this, the static is never written, so there is no risk of race condition.