Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go344 type StaticLibraryInfo struct { struct
345 StaticLibrary android.Path
346 Objects Objects
347 ReuseObjects Objects
352 TransitiveStaticLibrariesForOrdering *android.DepSet
Dcc.go2902 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered…