MCPcopy Create free account
hub / github.com/android10/Rust-Cross-Platform-Development / toolchains_dir

Method toolchains_dir

rust-library/cryptor_jni/build.rs:139–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 }
138
139 fn toolchains_dir() -> String {
140 format!(
141 "{ndk}{toolchains}",
142 ndk = Self::ndk_dir(),
143 toolchains = android_tool_chain_path(),
144 )
145 }
146}
147
148#[derive(Serialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected