From f65776770fbd83a91095db2d346ae0ad3e0bbcef Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 20 Apr 2023 14:21:34 +0200 Subject: ["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. --- rules/CC/proto/RULES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/CC/proto/RULES b/rules/CC/proto/RULES index 97b43672..8a0711ee 100644 --- a/rules/CC/proto/RULES +++ b/rules/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"} -- cgit v1.2.3