Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go354 type StaticLibraryInfo struct { struct
355 StaticLibrary android.Path
356 Objects Objects
357 ReuseObjects Objects
362 WholeStaticLibsFromPrebuilts android.Paths
367 TransitiveStaticLibrariesForOrdering *android.DepSet
Dcc.go3077 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered…