summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-04-20 14:21:34 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-04-20 14:21:34 +0200
commitcb266253493b9060ccbfd9e4667cbdc1cbde1473 (patch)
tree6cc24ae495c12cee53107cb3cded57bab54810bc
parentec15b36a5bca5916ba06dcff83bb8ea46b25446a (diff)
downloadrules-cc-cb266253493b9060ccbfd9e4667cbdc1cbde1473.tar.gz
["CC/proto", "library"] proto deps are public
... also for non-service libraries; the generated .ph.h files may well refer, e.g., the well-known protos.
-rw-r--r--CC/proto/RULES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CC/proto/RULES b/CC/proto/RULES
index 97b4367..8a0711e 100644
--- a/CC/proto/RULES
+++ b/CC/proto/RULES
@@ -203,7 +203,7 @@
, "$1": {"type": "FIELD", "name": "stage"}
}
]
- , ["public-fieldnames", ["deps"]]
+ , ["public-fieldnames", ["deps", "proto-defaults"]]
, ["private-fieldnames", ["deps", "proto-defaults"]]
]
, "body": {"type": "CALL_EXPRESSION", "name": "protoc-compile"}