diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-20 14:21:34 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-20 14:21:34 +0200 |
commit | cb266253493b9060ccbfd9e4667cbdc1cbde1473 (patch) | |
tree | 6cc24ae495c12cee53107cb3cded57bab54810bc | |
parent | ec15b36a5bca5916ba06dcff83bb8ea46b25446a (diff) | |
download | rules-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/RULES | 2 |
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"} |