mirror of https://github.com/grpc/grpc-java.git
android-interop-testing: normalize integration proto directories
This commit is contained in:
parent
26581562f0
commit
017399027e
|
|
@ -17,8 +17,8 @@
|
||||||
// of unary/streaming requests/responses.
|
// of unary/streaming requests/responses.
|
||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
|
|
||||||
import "io/grpc/android/integrationtest/empty.proto";
|
import "grpc/testing/empty.proto";
|
||||||
import "io/grpc/android/integrationtest/messages.proto";
|
import "grpc/testing/messages.proto";
|
||||||
|
|
||||||
package grpc.testing;
|
package grpc.testing;
|
||||||
|
|
||||||
Loading…
Reference in New Issue