platform_build_soong/bp2build
Chris Parsons 91b81f0b50 Print number of converted modules
Previously this was equal to the number of generated targets, but with
recent cc_library changes, we now sometimes generate more than one BUILD
target for a single module. Thus, converted module count is a more
useful metric.

At time of writing, this outputs:
`Converted 390 Android.bp modules to 453 total generated BUILD targets.
Included 4 handcrafted BUILD targets. There are 45093 total Android.bp
modules.`

Test: m bp2build
Change-Id: I7d68880dd4c6bf649ca753837a7f3a9c0d73753a
2021-12-08 11:39:07 -05:00
..
Android.bp Add support for writing all Soong config variables into @soong_injection. 2021-11-23 08:37:30 +00:00
android_app_certificate_conversion_test.go Refactor bp2build tests 2021-11-15 11:09:05 -05:00
android_app_conversion_test.go Initial bp2build converter for android_app. 2021-12-07 09:41:49 -05:00
androidbp_to_build_templates.go queryview: prefix internal attribute names. 2021-01-25 04:46:07 -05:00
apex_conversion_test.go Refactor bp2build tests 2021-11-15 11:09:05 -05:00
apex_key_conversion_test.go Refactor bp2build tests 2021-11-15 11:09:05 -05:00
bp2build.go Add x86_host vars to config.bzl 2021-10-19 12:18:13 -04:00
build_conversion.go Support empty strings in bp2build 2021-12-01 10:14:49 -05:00
build_conversion_test.go Support empty strings in bp2build 2021-12-01 10:14:49 -05:00
bzl_conversion.go Bp2build: handle embedded structs as blueprint 2021-09-14 14:41:36 -04:00
bzl_conversion_test.go Bp2build: handle embedded structs as blueprint 2021-09-14 14:41:36 -04:00
cc_binary_conversion_test.go bp2build: support full/lite protos in cc libs 2021-12-02 11:00:46 -05:00
cc_genrule_conversion_test.go Refactor bp2build tests 2021-11-15 11:09:05 -05:00
cc_library_conversion_test.go bp2build: split full_cc_library into shared/static 2021-12-06 14:11:40 -05:00
cc_library_headers_conversion_test.go Refactor bp2build tests 2021-11-15 11:09:05 -05:00
cc_library_shared_conversion_test.go bp2build: support full/lite protos in cc libs 2021-12-02 11:00:46 -05:00
cc_library_static_conversion_test.go bp2build: support full/lite protos in cc libs 2021-12-02 11:00:46 -05:00
cc_object_conversion_test.go Refactor bp2build tests 2021-11-15 11:09:05 -05:00
cc_prebuilt_library_shared_test.go Refactor bp2build tests 2021-11-15 11:09:05 -05:00
configurability.go Fix bp2build select generation for inter-attribute soong config 2021-11-23 08:37:30 +00:00
constants.go Have bp2build generate BUILD.bazel instead of generating BUILD. 2021-05-18 09:01:36 -04:00
conversion.go Add support for writing all Soong config variables into @soong_injection. 2021-11-23 08:37:30 +00:00
conversion_test.go Add support for writing all Soong config variables into @soong_injection. 2021-11-23 08:37:30 +00:00
filegroup_conversion_test.go Refactor bp2build tests 2021-11-15 11:09:05 -05:00
genrule_conversion_test.go Refactor bp2build tests 2021-11-15 11:09:05 -05:00
metrics.go Print number of converted modules 2021-12-08 11:39:07 -05:00
performance_test.go Add some initial benchmarking for bp2build. 2021-08-12 15:54:38 -04:00
prebuilt_etc_conversion_test.go Refactor bp2build tests 2021-11-15 11:09:05 -05:00
python_binary_conversion_test.go Refactor bp2build tests 2021-11-15 11:09:05 -05:00
python_library_conversion_test.go Refactor bp2build tests 2021-11-15 11:09:05 -05:00
sh_conversion_test.go Support filename and sub_dir attributes in sh_binary 2021-12-02 14:42:20 -08:00
soong_config_module_type_conversion_test.go Add support for writing all Soong config variables into @soong_injection. 2021-11-23 08:37:30 +00:00
symlink_forest.go Make symlink_forest.go prefer generated files. 2021-04-21 12:24:27 +02:00
testing.go Support empty strings in bp2build 2021-12-01 10:14:49 -05:00