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

6 lines
69 B
Protocol Buffer

syntax = "proto3";
message MyCommonMessage {
string common = 1;
}