Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go318 type SharedLibraryInfo struct { struct
319 SharedLibrary android.Path
320 Target android.Target
322 TableOfContents android.OptionalPath
325 TransitiveStaticLibrariesForOrdering *android.DepSet
337 SharedLibraryInfo SharedLibraryInfo member
Dcc.go3077 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered…