From 673c1c7429d3bfddfb75fd001954e3d7f0e422b9 Mon Sep 17 00:00:00 2001 From: Googler Date: Tue, 10 Jan 2023 17:36:58 -0800 Subject: [PATCH] Fixed typo which caused the flag_set param to not be in pattern PiperOrigin-RevId: 501136904 Change-Id: I596b3d3800eec17f54b77e70d18ccaf15c219608 --- .../devtools/build/lib/starlarkbuildapi/cpp/CcModuleApi.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/google/devtools/build/lib/starlarkbuildapi/cpp/CcModuleApi.java b/src/main/java/com/google/devtools/build/lib/starlarkbuildapi/cpp/CcModuleApi.java index 0adc64afcd77f8..9d2fa95324111b 100755 --- a/src/main/java/com/google/devtools/build/lib/starlarkbuildapi/cpp/CcModuleApi.java +++ b/src/main/java/com/google/devtools/build/lib/starlarkbuildapi/cpp/CcModuleApi.java @@ -1058,8 +1058,8 @@ CppModuleMapT createCppModuleMap( + " be the first tool with a feature set that matches the feature" + " configuration. An error will be thrown if no tool matches a provided" + " feature configuration - for that reason, it's a good idea to provide a" - + " default tool with an empty feature set.

flag_sets: If the" - + " given action config is enabled, the flag sets will be applied to the" + + " default tool with an empty feature set.

flag_sets: If" + + " the given action config is enabled, the flag sets will be applied to the" + " corresponding action.

implies: A list of features or" + " action configs that are automatically enabled when this action config is" + " enabled. If any of the implied features or action configs cannot be"