Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go347 type StaticLibraryInfo struct { struct
348 StaticLibrary android.Path
349 Objects Objects
350 ReuseObjects Objects
355 WholeStaticLibsFromPrebuilts android.Paths
360 TransitiveStaticLibrariesForOrdering *android.DepSet[android.Path]
Dcc.go3463 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered…