Searched refs:bp2build (Results 1 – 25 of 32) sorted by relevance
12
/build/soong/cmd/soong_build/ |
D | queryview.go | 25 func createBazelQueryView(ctx *bp2build.CodegenContext, bazelQueryViewDir string) error { 26 ruleShims := bp2build.CreateRuleShims(android.ModuleTypeFactories()) 30 buildToTargets, _ := bp2build.GenerateBazelTargets(ctx, true) 32 filesToWrite := bp2build.CreateBazelFiles(ruleShims, buildToTargets, bp2build.QueryView) 44 func writeReadOnlyFile(dir string, f bp2build.BazelFile) error {
|
D | main.go | 138 codegenContext := bp2build.NewCodegenContext(configuration, *ctx, bp2build.QueryView) 400 codegenContext := bp2build.NewCodegenContext(configuration, *bp2buildCtx, bp2build.Bp2Build) 401 metrics := bp2build.Codegen(codegenContext) 418 symlinkForestDeps := bp2build.PlantSymlinkForest(
|
D | Android.bp | 27 "soong-bp2build",
|
/build/soong/bp2build/ |
D | Android.bp | 6 name: "soong-bp2build", 7 pkgPath: "android/soong/bp2build", 10 "bp2build.go",
|
D | constants.go | 15 package bp2build package
|
D | conversion.go | 1 package bp2build package 77 content = `# This file was automatically generated by bp2build for the Bazel migration project.
|
D | metrics.go | 1 package bp2build package
|
D | bp2build.go | 15 package bp2build package
|
D | conversion_test.go | 15 package bp2build package
|
D | androidbp_to_build_templates.go | 15 package bp2build package
|
D | python_binary_conversion_test.go | 1 package bp2build package
|
D | sh_conversion_test.go | 15 package bp2build package
|
D | bzl_conversion_test.go | 15 package bp2build package
|
D | testing.go | 1 package bp2build package
|
D | symlink_forest.go | 1 package bp2build package
|
D | bzl_conversion.go | 15 package bp2build package
|
D | configurability.go | 1 package bp2build package
|
/build/bazel/scripts/ |
D | run_presubmits.sh | 13 echo bp2build.sh 14 build/bazel/ci/bp2build.sh
|
/build/bazel/tests/bionic/ |
D | BUILD | 1 # This test requires bp2build to run and the generated BUILD files in the source tree.
|
/build/soong/cc/config/ |
D | Android.bp | 13 "bp2build.go",
|
/build/soong/tests/ |
D | bootstrap_test.sh | 508 [[ -e out/soong/bp2build/a/BUILD ]] || fail "a/BUILD not created" 522 [[ -e out/soong/bp2build/b/BUILD ]] || fail "a/BUILD not created" 554 grep -q a1.txt out/soong/bp2build/a/BUILD || fail "a1.txt not in BUILD file" 558 grep -q a2.txt out/soong/bp2build/a/BUILD || fail "a2.txt not in BUILD file" 587 [[ "$(readlink -f out/soong/workspace/a/b/BUILD)" =~ bp2build/a/b/BUILD$ ]] \ 630 [[ "$(readlink -f out/soong/workspace/a/BUILD)" =~ bp2build/a/BUILD$ ]] \
|
/build/bazel/ci/ |
D | bp2build.sh | 26 --config=bp2build
|
/build/bazel/scripts/milestone-2/ |
D | demo.sh | 30 ./demo.sh generate -- runs the bp2build converter to generate BUILD files from Android.bp files.
|
/build/soong/cc/ |
D | Android.bp | 23 "bp2build.go",
|
/build/bazel/ |
D | common.bazelrc | 60 common:bp2build --package_path=%workspace%/out/soong/workspace
|
12