Searched refs:staticDeps (Results 1 – 5 of 5) sorted by relevance
/build/soong/cc/ |
D | bp2build.go | 91 staticDeps bazel.LabelListAttribute member 108 staticDeps := bazel.LabelListAttribute{ 120 staticDeps: staticDeps, 129 staticDeps bazel.LabelListAttribute member 146 staticDeps := bazel.LabelListAttribute{ 158 staticDeps: staticDeps,
|
D | library.go | 303 Static_deps_for_shared: sharedAttrs.staticDeps, 309 Static_deps_for_static: staticAttrs.staticDeps,
|
D | cc.go | 2902 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered… 2905 for _, staticDep := range staticDeps {
|
/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 | 149 var staticDeps bool var 638 flag.BoolVar(&staticDeps, "static-deps", false, "Statically include direct dependencies") 753 if staticDeps {
|