platform_build/tests
Jingwen Chen 83eeebb4df envsetup: add bmod to get Bazel label of a Soong module.
This benefits interactive workflows of folks who are used to typing just
module names on the command line, and lowers the cognitive load to find
the package name, and can be used to check if a module is converted.

Can be used as :

$ bmod libaapt2
//frameworks/base/tools/aapt2:libaapt2
$ b build $(bmod aapt2)

If the mod is not in the bp2build metrics file, it returns:

$ bmod nonexistent
nonexistent is not converted to Bazel.

Test: build/make/core/tests/b_tests.sh
Change-Id: I245665a393621a47598e6743c0fedcd87ac33631
2022-10-05 04:11:22 +00:00
..
artifact_path_requirements Evaluate intermediate products properly 2022-04-12 15:25:14 -07:00
prefixed_sort_order Sort inherited products correctly 2022-04-18 17:18:08 -07:00
single_value_inheritance Evaluate intermediate products properly 2022-04-12 15:25:14 -07:00
b_tests.sh envsetup: add bmod to get Bazel label of a Soong module. 2022-10-05 04:11:22 +00:00
board.rbc Correctly copy the board configuration input variables 2021-12-01 11:06:23 -08:00
board_input_vars.rbc Correctly copy the board configuration input variables 2021-12-01 11:06:23 -08:00
conversion_error.rbc Runtime reporting of the conversion errors. 2021-11-18 11:27:55 -08:00
envsetup_tests.sh move lunch specific tests to separate file 2022-09-09 17:27:22 -04:00
include1.rbc Product configuration in Starlark support files. 2021-03-18 10:52:05 -07:00
input_variables.rbc Pass input variables to product config 2021-12-02 20:47:31 -08:00
lunch_tests.sh move lunch specific tests to separate file 2022-09-09 17:27:22 -04:00
part1.rbc Better Soong namespace support in the RBC runtime. 2021-10-25 10:41:46 -07:00
product.rbc Correctly copy the board configuration input variables 2021-12-01 11:06:23 -08:00
roboleaf_tests.sh Merge "remove zsh from roboleaf_tests.sh" 2022-09-28 19:40:39 +00:00
run.rbc Add function for flattening 2d lists 2022-05-05 11:41:59 -07:00
version_defaults.rbc Make global config depend on version defaults. 2021-09-17 11:00:29 -07:00