Searched defs:SharedLibraryInfo (Results 1 – 2 of 2) sorted by relevance
336 type SharedLibraryInfo struct { struct337 SharedLibrary android.Path338 Target android.Target340 TableOfContents android.OptionalPath341 IsStubs bool342 ImplementationDeps depset.DepSet[string]345 TransitiveStaticLibrariesForOrdering depset.DepSet[android.Path]357 SharedLibraryInfo SharedLibraryInfo member
3848 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered…