Searched refs:staticDeps (Results 1 – 4 of 4) sorted by relevance
/build/soong/java/ |
D | aar.go | 387 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/ |
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 | 152 var staticDeps bool var 866 flag.BoolVar(&staticDeps, "static-deps", false, "Statically include direct dependencies") 1021 if staticDeps && !pom.IsApk() {
|
/build/soong/cc/ |
D | cc.go | 3463 func orderStaticModuleDeps(staticDeps []StaticLibraryInfo, sharedDeps []SharedLibraryInfo) (ordered… 3466 for _, staticDep := range staticDeps {
|