Home
last modified time | relevance | path

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

/build/soong/cmd/pom2mk/
Dpom2mk.go106 var staticDeps bool var
393 flag.BoolVar(&staticDeps, "static-deps", false, "Statically include direct dependencies")
500 if staticDeps {
/build/soong/cmd/pom2bp/
Dpom2bp.go148 var staticDeps bool var
626 flag.BoolVar(&staticDeps, "static-deps", false, "Statically include direct dependencies")
741 if staticDeps {
/build/soong/cc/
Dcc.go1371 func orderStaticModuleDeps(module LinkableInterface, staticDeps []LinkableInterface, sharedDeps []L…
1374 allTransitiveDeps := make(map[android.Path][]android.Path, len(staticDeps))
1376 for _, dep := range staticDeps {