Function prebuilts::download_prebuilts
source · pub fn download_prebuilts(
library: &str,
version: u32,
filenames: &[&str]
) -> Result<Vec<PathBuf>>
Expand description
Downloads a list of prebuilt file, with names in filenames
of version
from the library
into target’s deps
directory.