Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A 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,
H A Dlibrary.go303 Static_deps_for_shared: sharedAttrs.staticDeps,
309 Static_deps_for_static: staticAttrs.staticDeps,
H A Dcc.go2902 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered…
2905 for _, staticDep := range staticDeps {
/aosp12/build/soong/cmd/pom2mk/
H A Dpom2mk.go106 var staticDeps bool var
393 flag.BoolVar(&staticDeps, "static-deps", false, "Statically include direct dependencies")
500 if staticDeps {
/aosp12/build/soong/cmd/pom2bp/
H A Dpom2bp.go149 var staticDeps bool var
638 flag.BoolVar(&staticDeps, "static-deps", false, "Statically include direct dependencies")
753 if staticDeps {