Home
last modified time | relevance | path

Searched defs:StaticLibraryInfo (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/soong/cc/
H A Dlinkable.go358 type StaticLibraryInfo struct { struct
359 StaticLibrary android.Path
360 Objects Objects
361 ReuseObjects Objects
366 WholeStaticLibsFromPrebuilts android.Paths
371 TransitiveStaticLibrariesForOrdering depset.DepSet[android.Path]
H A Dcc.go3430 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered…