platform_build_soong/bp2build
Rupert Shuttleworth c143cc50dd Transform paths to headers in include dirs to take package boundaries into account.
This allows the following cc_library_static targets to build with bp2build:

- libc_freebsd
- libc_freebsd_large_stack
- libc_openbsd_ndk
- libc_gdtoa  (* but still fails for mixed builds)
- libc_aeabi
- libc_static_dispatch
- libc_dynamic_dispatch

This also allows a number of other cc_library_static targets to progress further in their builds.

Test: Added unit test
Test: bp2build-sync.py write; bazel build //bionic/...

Change-Id: I71742565c16594448a41a6428a5c993171ec4cb4
2021-04-14 17:05:36 -04:00
..
Android.bp bp2build: cc_library converter for //bionic/libdl:libdl_android 2021-04-09 09:42:53 +00:00
androidbp_to_build_templates.go queryview: prefix internal attribute names. 2021-01-25 04:46:07 -05:00
bp2build.go bp2build: add allowlist for package-level conversions. 2021-03-24 02:27:19 -04:00
build_conversion.go bp2build: codegen singleton lists on one line. 2021-04-09 09:42:57 +00:00
build_conversion_test.go bp2build: codegen singleton lists on one line. 2021-04-09 09:42:57 +00: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_conversion_test.go bp2build: codegen singleton lists on one line. 2021-04-09 09:42:57 +00:00
cc_library_headers_conversion_test.go bp2build: codegen singleton lists on one line. 2021-04-09 09:42:57 +00:00
cc_library_static_conversion_test.go Transform paths to headers in include dirs to take package boundaries into account. 2021-04-14 17:05:36 -04:00
cc_object_conversion_test.go bp2build: codegen singleton lists on one line. 2021-04-09 09:42:57 +00:00
configurability.go bp2build: cc_library converter for //bionic/libdl:libdl_android 2021-04-09 09:42:53 +00:00
constants.go Remove comment about gitignore for BUILD files. 2021-03-29 08:31:28 +00:00
conversion.go bp2build: don't generate a WORKSPACE. 2021-04-01 11:50:27 +00:00
conversion_test.go bp2build: don't generate a WORKSPACE. 2021-04-01 11:50:27 +00:00
metrics.go Use handcrafted build targets in bp2build 2021-03-15 13:09:25 -04:00
python_binary_conversion_test.go bp2build: codegen singleton lists on one line. 2021-04-09 09:42:57 +00:00
sh_conversion_test.go bp2build: codegen singleton lists on one line. 2021-04-09 09:42:57 +00:00
testing.go Add os/target configurable selects for label list attributes. 2021-04-02 08:17:34 +00:00