Searched defs:RustRlibDep (Results 1 – 3 of 3) sorted by relevance
173 …c TransformRlibstoStaticlib(ctx android.ModuleContext, mainSrc android.Path, deps []cc.RustRlibDep,
149 type RustRlibDep struct { struct150 LibPath android.Path // path to the rlib151 LinkDirs []string // flags required for dependency (e.g. -L flags)152 CrateName string // crateNames associated with rlibDeps155 func EqRustRlibDeps(a RustRlibDep, b RustRlibDep) bool {
799 func generateRustStaticlib(ctx android.ModuleContext, rlibDeps []RustRlibDep) android.Path {