summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2021-12-09 14:26:03 -0800
committer Cole Faust <colefaust@google.com> 2021-12-09 14:26:03 -0800
commit3203cba18142e93b2ac4c91bc198a1c9b9da968c (patch)
tree176b1b00aed8c7312eccfd68921bad028b8e7032
parent598cbbcde724845c16363c9f2e55e6f6f35da894 (diff)
Export words function
It will now be generated in mk2rbc as part of foreach expressions. Bug: 201700692 Test: None Change-Id: I400563946d46d7cac9be901a80470248990800bd
-rw-r--r--core/product_config.rbc1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/product_config.rbc b/core/product_config.rbc
index f26b428cd3..39f9189cf3 100644
--- a/core/product_config.rbc
+++ b/core/product_config.rbc
@@ -748,4 +748,5 @@ rblf = struct(
setdefault = _setdefault,
shell = rblf_shell,
warning = _mkwarning,
+ words = __words,
)