Home
last modified time | relevance | path

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

/build/soong/cc/
Dbp2build.go91 staticDeps bazel.LabelListAttribute member
108 staticDeps := bazel.LabelListAttribute{
120 staticDeps: staticDeps,
129 staticDeps bazel.LabelListAttribute member
146 staticDeps := bazel.LabelListAttribute{
158 staticDeps: staticDeps,
Dlibrary.go303 Static_deps_for_shared: sharedAttrs.staticDeps,
309 Static_deps_for_static: staticAttrs.staticDeps,
Dcc.go2902 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered…
2905 for _, staticDep := range staticDeps {
/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.go149 var staticDeps bool var
638 flag.BoolVar(&staticDeps, "static-deps", false, "Statically include direct dependencies")
753 if staticDeps {