commit | 3203cba18142e93b2ac4c91bc198a1c9b9da968c | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Dec 09 14:26:03 2021 -0800 |
committer | Cole Faust <colefaust@google.com> | Thu Dec 09 14:26:03 2021 -0800 |
tree | 176b1b00aed8c7312eccfd68921bad028b8e7032 | |
parent | 598cbbcde724845c16363c9f2e55e6f6f35da894 [diff] |
Export words function It will now be generated in mk2rbc as part of foreach expressions. Bug: 201700692 Test: None Change-Id: I400563946d46d7cac9be901a80470248990800bd
diff --git a/core/product_config.rbc b/core/product_config.rbc index f26b428..39f9189 100644 --- a/core/product_config.rbc +++ b/core/product_config.rbc
@@ -748,4 +748,5 @@ setdefault = _setdefault, shell = rblf_shell, warning = _mkwarning, + words = __words, )