Searched defs:StaticLibraryInfo (Results 1 – 2 of 2) sorted by relevance
354 type StaticLibraryInfo struct { struct355 StaticLibrary android.Path356 Objects Objects357 ReuseObjects Objects362 WholeStaticLibsFromPrebuilts android.Paths367 TransitiveStaticLibrariesForOrdering *android.DepSet
3077 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered…