Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: start dissolving :printers_include rule. (#14429)
Additional Description: A rule that exports a header without defining all the symbols declared by that header causes ODR violations. Basically, Bazel rules should never contain "include" rules like this. Rather, printer.h and printer.cc should be served from the same library. This change is a cautious, local first step. A second step can later remove the printer_include rule and replace its uses with printer_lib. Risk Level: low Testing: Docs Changes: n/a Release Notes: n/a Platform Specific Features: n/a Signed-off-by: Thomas Köppe <[email protected]>
- Loading branch information