From cb266253493b9060ccbfd9e4667cbdc1cbde1473 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. --- CC/proto/RULES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"} -- cgit v1.2.3