Home
last modified time | relevance | path

Searched defs:RustRlibDep (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/soong/cc/
H A Dcc.go178 type RustRlibDep struct { struct
179 LibPath android.Path // path to the rlib
180 LinkDirs []string // flags required for dependency (e.g. -L flags)
181 CrateName string // crateNames associated with rlibDeps
184 func EqRustRlibDeps(a RustRlibDep, b RustRlibDep) bool {
H A Dbuilder.go812 func generateRustStaticlib(ctx android.ModuleContext, rlibDeps []RustRlibDep) android.Path {
/aosp_15_r20/build/soong/rust/
H A Dbuilder.go176 …c TransformRlibstoStaticlib(ctx android.ModuleContext, mainSrc android.Path, deps []cc.RustRlibDep,