-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rely on baze make variable
location
to find protobuf include paths.
Similar change was applied to oak_proto_rust. The current approach assumes that protobuf is included under com_google_protobuf. However, that might not be always the case as it might be protobuf~ if included from MODULE.bazel or protobuf if included from WORKSPACE. This change would allow repositories depending on `oak` not rename the imports. Bug: b/344012112 Change-Id: I4bd43ca5dc236645e93e927c4771d3222cae3522
- Loading branch information
Showing
2 changed files
with
34 additions
and
7 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