unplugged-system/build/soong/python/tests/proto_pkg_path/proto/test.proto

9 lines
138 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
import "mylib/subpackage/proto/common.proto";
message MyMessage {
string name = 1;
MyCommonMessage common = 2;
}