Home
last modified time | relevance | path

Searched refs:Bp2Build (Results 1 – 10 of 10) sorted by relevance

/build/soong/bp2build/
Dconversion.go62 if mode == Bp2Build && !android.ShouldWriteBuildFileForDir(dir) {
76 if mode == Bp2Build {
Dbuild_conversion_test.go335 codegenCtx := NewCodegenContext(config, *ctx.Context, Bp2Build)
496 codegenCtx := NewCodegenContext(config, *ctx.Context, Bp2Build)
941 codegenCtx := NewCodegenContext(config, *ctx.Context, Bp2Build)
1148 codegenCtx := NewCodegenContext(config, *ctx.Context, Bp2Build)
1236 codegenCtx := NewCodegenContext(config, *ctx.Context, Bp2Build)
1344 codegenCtx := NewCodegenContext(config, *ctx.Context, Bp2Build)
1498 …bazelTargets := generateBazelTargetsForDir(NewCodegenContext(config, *ctx.Context, Bp2Build), chec…
1621 …bazelTargets := generateBazelTargetsForDir(NewCodegenContext(config, *ctx.Context, Bp2Build), chec…
Dcc_object_conversion_test.go233 codegenCtx := NewCodegenContext(config, *ctx.Context, Bp2Build)
413 codegenCtx := NewCodegenContext(config, *ctx.Context, Bp2Build)
Dpython_binary_conversion_test.go139 codegenCtx := NewCodegenContext(config, *ctx.Context, Bp2Build)
Dsh_conversion_test.go116 codegenCtx := NewCodegenContext(config, *ctx.Context, Bp2Build)
Dbuild_conversion.go119 Bp2Build CodegenMode = iota const
132 case Bp2Build:
198 case Bp2Build:
Dcc_library_headers_conversion_test.go355 codegenCtx := NewCodegenContext(config, *ctx.Context, Bp2Build)
Dcc_library_conversion_test.go605 codegenCtx := NewCodegenContext(config, *ctx.Context, Bp2Build)
Dcc_library_static_conversion_test.go958 codegenCtx := NewCodegenContext(config, *ctx.Context, Bp2Build)
/build/soong/cmd/soong_build/
Dmain.go400 codegenContext := bp2build.NewCodegenContext(configuration, *bp2buildCtx, bp2build.Bp2Build)