build_libraries

Function build_libraries 

Source
pub fn build_libraries(thirdparty_dir: &Path, names: &[&str]) -> Result<()>
Expand description

Builds the given libraries for the Kobo ARM target.

When names is empty all libraries are built in dependency order. For each library, kobo.patch is applied if present, then ./build-kobo.sh is invoked. A sentinel file (BUILT_MARKER) is written on success so that a warm CI cache can skip already-built libraries without re-applying the patch or re-running the build script.

ยงErrors

Returns an error if patching or building any library fails.