blob: 5d8d059559c7305dc54676933d5c0b7b48b8d9f9 [file] [log] [blame]
#![allow(non_upper_case_globals)]
use binder::declare_binder_enum;
declare_binder_enum! { BackendType : i8 {
CPP = 0,
JAVA = 1,
NDK = 2,
RUST = 3,
} }
pub(crate) mod mangled { pub use super::BackendType as _7_android_4_aidl_5_tests_11_BackendType; }