Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go307 type SharedLibraryInfo struct { struct
308 SharedLibrary android.Path
309 UnstrippedSharedLibrary android.Path
310 Target android.Target
312 TableOfContents android.OptionalPath
313 CoverageSharedLibrary android.OptionalPath
315 StaticAnalogue *StaticLibraryInfo
327 SharedLibraryInfo SharedLibraryInfo member
Dcc.go2902 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered…