Function crossbundle_tools::commands::android::compile_rust_for_android
source · [−]pub fn compile_rust_for_android(
ndk: &AndroidNdk,
build_target: AndroidTarget,
project_path: &Path,
profile: Profile,
features: Vec<String>,
all_features: bool,
no_default_features: bool,
target_sdk_version: u32,
lib_name: &str,
app_wrapper: ApplicationWrapper
) -> Result<()>Expand description
Compiles rust code for android with macroquad engine