Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go311 type SharedLibraryInfo struct { struct
312 SharedLibrary android.Path
313 Target android.Target
315 TableOfContents android.OptionalPath
318 TransitiveStaticLibrariesForOrdering *android.DepSet[android.Path]
330 SharedLibraryInfo SharedLibraryInfo member
Dcc.go3463 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered…