platform_build/tests
Cole Faust 2b5b3f3be8 Make words() work on a list of non-strings
words() attempts to join all the elements of a list
and then resplit them to more closely match make.
But sometimes, like when calling words() on a product
variable, not all of the elements are strings. In
that case, just return the list unchanged.

Bug: 267407943
Test: ./out/rbcrun ./build/make/tests/run.rbc
Change-Id: I738d0c86c8935f446807cc79623f796e8cae3c01
2023-02-07 12:28:47 -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 Add test for bazel server shutdown/restart 2022-12-02 10:48:24 -08: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 Make words() work on a list of non-strings 2023-02-07 12:28:47 -08:00
version_defaults.rbc Make global config depend on version defaults. 2021-09-17 11:00:29 -07:00