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