macro_rules! android_main {
($root:expr) => { ... };
}Expand description
Expands to the three JNI exports dev.daybrite.day.bridge.DayBridge’s natives resolve
against in the app cdylib (nativeStart/nativeOnEvent/nativeRunPosted),
wired to the given root piece.
ⓘ
day::android_main!(root);