Searched refs:staticDeps (Results 1 – 3 of 3) sorted by relevance
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 106 var staticDeps bool var 393 flag.BoolVar(&staticDeps, "static-deps", false, "Statically include direct dependencies") 500 if staticDeps {
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 148 var staticDeps bool var 626 flag.BoolVar(&staticDeps, "static-deps", false, "Statically include direct dependencies") 741 if staticDeps {
|
/build/soong/cc/ |
D | cc.go | 1371 func orderStaticModuleDeps(module LinkableInterface, staticDeps []LinkableInterface, sharedDeps []L… 1374 allTransitiveDeps := make(map[android.Path][]android.Path, len(staticDeps)) 1376 for _, dep := range staticDeps {
|