platform_build_soong/bp2build
Jingwen Chen 13b9b42f8f bp2build: add python_binary_host converter.
This CL adds a simple python_binary_host to native py_binary converter
for standalone modules that don't depend on libs. It also adds support
for the conditional py2/py3 build target based on the version prop.

Test: milestone-2/demo.sh full
Test: bazel query 'kind("py_binary rule", //bionic/...)'
Test: bazel run //bionic/libc/tools:genfunctosyscallnrs
Test: bazel run //bionic/libc/tools:genseccomp
Test: go tests
Fixes: 182236395
Change-Id: Ibe5ec6cd0dc12a61b3a449a8c723d80b891fae42
2021-03-09 18:58:42 -05:00
..
Android.bp bp2build: add python_binary_host converter. 2021-03-09 18:58:42 -05:00
androidbp_to_build_templates.go queryview: prefix internal attribute names. 2021-01-25 04:46:07 -05:00
bp2build.go bp2build: add a simple UI to report migration progress. 2021-02-19 09:30:11 -05:00
build_conversion.go bp2build: add configurable attribute (select) support. 2021-02-26 05:17:54 -05:00
build_conversion_test.go bp2build: Unexport GenerateBazelTargetsForDir. 2021-02-22 10:22:58 -05:00
bzl_conversion.go queryview: prefix internal attribute names. 2021-01-25 04:46:07 -05:00
bzl_conversion_test.go bp2build: add bazel_module: { bp2build_available } prop. 2021-02-05 09:26:22 -05:00
cc_library_headers_conversion_test.go bp2build: Unexport GenerateBazelTargetsForDir. 2021-02-22 10:22:58 -05:00
cc_object_conversion_test.go bp2build: add configurable attribute (select) support. 2021-02-26 05:17:54 -05:00
configurability.go bp2build: add configurable attribute (select) support. 2021-02-26 05:17:54 -05:00
conversion.go queryview: add "size" to ignored prop. 2021-02-24 19:55:50 -05:00
conversion_test.go bp2build: support Starlark rules and load statements. 2021-01-26 22:46:20 -05:00
metrics.go bp2build: add a simple UI to report migration progress. 2021-02-19 09:30:11 -05:00
python_binary_conversion_test.go bp2build: add python_binary_host converter. 2021-03-09 18:58:42 -05:00
sh_conversion_test.go bp2build: Unexport GenerateBazelTargetsForDir. 2021-02-22 10:22:58 -05:00
testing.go Merge "Move bazel.Properties to a BazelModuleBase" 2021-02-24 05:53:25 +00:00