Searched defs:RustRlibDep (Results 1 – 3 of 3) sorted by relevance
177 …c TransformRlibstoStaticlib(ctx android.ModuleContext, mainSrc android.Path, deps []cc.RustRlibDep,
329 type RustRlibDep struct { struct330 LibPath android.Path // path to the rlib331 LinkDirs []string // flags required for dependency (e.g. -L flags)332 CrateName string // crateNames associated with rlibDeps335 func EqRustRlibDeps(a RustRlibDep, b RustRlibDep) bool {
820 func GenerateRustStaticlib(ctx android.ModuleContext, rlibDeps []RustRlibDep) android.Path {