-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support proto-gen-swift's proto-to-module mapping.
This feature lets us support build systems like Bazel where proto files are spread out among multiple proto_library target, and each such target becomes its own Swift module. Downstream modules (and in our case, generated service code) must know which module has the proto definitions that they depend on so that it can import them. This information is conveyed using a text proto formatted file that the build system generates as it traverses the build graph.
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters