Searched defs:StaticLibraryInfo (Results 1 – 2 of 2) sorted by relevance
344 type StaticLibraryInfo struct { struct345 StaticLibrary android.Path346 Objects Objects347 ReuseObjects Objects352 TransitiveStaticLibrariesForOrdering *android.DepSet
2902 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered…