Searched refs:staticDeps (Results 1 – 2 of 2) sorted by relevance
106 var staticDeps bool var385 flag.BoolVar(&staticDeps, "static-deps", false, "Statically include direct dependencies")491 if staticDeps {
884 func orderStaticModuleDeps(module *Module, staticDeps []*Module, sharedDeps []*Module) (results []a…886 allTransitiveDeps := make(map[android.Path][]android.Path, len(staticDeps))888 for _, dep := range staticDeps {