Skip to content

Commit

Permalink
Allow GPU Origin Proto to be build by Maven
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 574966597
  • Loading branch information
schmidt-sebastian authored and copybara-github committed Oct 19, 2023
1 parent 02e0ce3 commit 5779f5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mediapipe/gpu/gpu_origin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ syntax = "proto3";

package mediapipe;

option java_package = "com.google.mediapipe.gpu";
option java_outer_classname = "GpuOriginProto";

message GpuOrigin {
enum Mode {
DEFAULT = 0;
Expand Down

0 comments on commit 5779f5e

Please sign in to comment.