[][src]Function creator_tools::compile_rust_for_android

pub fn compile_rust_for_android(
    ndk: &AndroidNdk,
    target: Target,
    build_target: AndroidTarget,
    project_path: &Path,
    profile: Profile,
    features: Vec<String>,
    all_features: bool,
    no_default_features: bool,
    target_sdk_version: u32
) -> Result<()>

Compile rust lib for android.