Home
last modified time | relevance | path

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

/build/soong/java/
Daar.go387 staticDeps := transitiveAarDeps(staticResourcesNodesDepSet.ToList())
416 linkDeps = append(linkDeps, staticDeps.resPackages()...)
456 transitiveStaticLibs := android.ReversePaths(staticDeps.resPackages())
468 for _, staticDep := range staticDeps {
529 transitiveAssets = android.ReverseSliceInPlace(staticDeps.assets())
549 …resourceProcessorBusyBoxGenerateBinaryR(ctx, rTxt, a.mergedManifestFile, rJar, staticDeps, a.isLib…
558 transitiveAaptResourcePackages := staticDeps.resPackages().Strings()
/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.go152 var staticDeps bool var
866 flag.BoolVar(&staticDeps, "static-deps", false, "Statically include direct dependencies")
1021 if staticDeps && !pom.IsApk() {
/build/soong/cc/
Dcc.go3463 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered…
3466 for _, staticDep := range staticDeps {