Searched defs:SharedLibraryInfo (Results 1 – 2 of 2) sorted by relevance
307 type SharedLibraryInfo struct { struct308 SharedLibrary android.Path309 UnstrippedSharedLibrary android.Path310 Target android.Target312 TableOfContents android.OptionalPath313 CoverageSharedLibrary android.OptionalPath315 StaticAnalogue *StaticLibraryInfo327 SharedLibraryInfo SharedLibraryInfo member
2902 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered…