diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-09 16:14:44 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-09 16:15:02 +0200 |
commit | 8a6e4182cbac4bd6afd88e1dc222303b0df57001 (patch) | |
tree | b2c63aceb0276b5275d50cb9b9bdb98925d83cba | |
parent | b68c73a1938d382d891ace12938e990a60fc2ec0 (diff) | |
download | rules-cc-8a6e4182cbac4bd6afd88e1dc222303b0df57001.tar.gz |
object artifacts: honor modified transition
... for certain fields, in particular, the "components".
-rw-r--r-- | rules/CC/EXPRESSIONS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/CC/EXPRESSIONS b/rules/CC/EXPRESSIONS index 4cff761..04fd693 100644 --- a/rules/CC/EXPRESSIONS +++ b/rules/CC/EXPRESSIONS @@ -2036,6 +2036,7 @@ , "compile-args" , "cflags-files" , "defaults-transition" + , "modified-transitions" , "component-fieldnames" ] , "imports": |