pub fn android_clang_for(abi: &str, api: u32) -> Result<PathBuf>Expand description
Locate the NDK clang for (abi, api). The returned path is the
API-pinned wrapper (e.g. aarch64-linux-android21-clang) — both
Builder::with_capture (as WHISKER_REAL_LINKER) and the
thin-rebuild link step (as linker_path) need this same
binary.