Searched defs:StaticLibraryInfo (Results 1 – 2 of 2) sorted by relevance
347 type StaticLibraryInfo struct { struct348 StaticLibrary android.Path349 Objects Objects350 ReuseObjects Objects355 WholeStaticLibsFromPrebuilts android.Paths360 TransitiveStaticLibrariesForOrdering *android.DepSet[android.Path]
3463 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered…