Home
last modified time | relevance | path

Searched refs:staticDeps (Results 1 – 2 of 2) sorted by relevance

/build/soong/cmd/pom2mk/
Dpom2mk.go106 var staticDeps bool var
385 flag.BoolVar(&staticDeps, "static-deps", false, "Statically include direct dependencies")
491 if staticDeps {
/build/soong/cc/
Dcc.go884 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 {