Skip to content

Commit b2be8a3

Browse files
netfstensorflow-copybara
authored andcommitted
cleanup: explicitly set use_java_stubby_library
PiperOrigin-RevId: 689482331
1 parent 5f55e76 commit b2be8a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tensorflow_serving/apis/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ serving_proto_library(
194194
srcs = ["prediction_service.proto"],
195195
has_services = 1,
196196
cc_grpc_version = 1,
197+
use_java_stubby_library = False,
197198
deps = [
198199
":classification_proto",
199200
":get_model_metadata_proto",

tensorflow_serving/apis/prediction_service.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ syntax = "proto3";
22

33
package tensorflow.serving;
44
option cc_enable_arenas = true;
5+
option use_java_stubby_library = false;
56

67
import "tensorflow_serving/apis/classification.proto";
78
import "tensorflow_serving/apis/get_model_metadata.proto";

0 commit comments

Comments
 (0)