platform_build/tests
Cole Faust f07dcc48e8 Fix printing variables that have inherit references in them
Inherit references (@inherit in make, 1-tuples in starlark)
usually appear in list product variables, where they're
evaluated before printing. But sometimes they can be copied
into a regular global variable, in which case they won't
be evaluated before printing. The 1-tuples were failing to
print, so adapt them to their make representation before
printing.

Fixes: 264554449
Test: ./out/rbcrun ./build/make/tests/run.rbc
Change-Id: I5ac6eb996c25ee5e77aa26ed5c4b6b6cc31819d1
2023-01-05 12:06:26 -08:00
..
artifact_path_requirements Evaluate intermediate products properly 2022-04-12 15:25:14 -07:00
inherits_in_regular_variables Fix printing variables that have inherit references in them 2023-01-05 12:06:26 -08: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 Call lunch before using b. 2022-10-27 12:52:17 +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 Fix printing variables that have inherit references in them 2023-01-05 12:06:26 -08:00
version_defaults.rbc Make global config depend on version defaults. 2021-09-17 11:00:29 -07:00