diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-14 15:48:06 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-20 16:39:41 +0200 |
commit | f6ea71cda4785287996d819e2817e9cd35e2e664 (patch) | |
tree | 6e1986466995c229e2144f0e4ce430cb05dcdbd8 /CC/EXPRESSIONS | |
parent | 2df55f5c3522e52bf6444ed561667ef42c2d0d25 (diff) | |
download | rules-cc-f6ea71cda4785287996d819e2817e9cd35e2e664.tar.gz |
["CC", "test"]: support providing lint information
While there, also properly transition "srcs" and "private-hdrs"
to the host version.
Diffstat (limited to 'CC/EXPRESSIONS')
-rw-r--r-- | CC/EXPRESSIONS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CC/EXPRESSIONS b/CC/EXPRESSIONS index ebe4017..2413f98 100644 --- a/CC/EXPRESSIONS +++ b/CC/EXPRESSIONS @@ -815,6 +815,7 @@ , "lint-deps fieldnames" , "deps-transition" , "compile-args" + , "defaults-transition" ] , "imports": { "objects": "objects" |