Searched defs:StaticLibraryInfo (Results 1 – 2 of 2) sorted by relevance
358 type StaticLibraryInfo struct { struct359 StaticLibrary android.Path360 Objects Objects361 ReuseObjects Objects366 WholeStaticLibsFromPrebuilts android.Paths371 TransitiveStaticLibrariesForOrdering depset.DepSet[android.Path]
3430 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered…