xref: /aosp_15_r20/build/soong/python/tests/proto_pkg_path/proto/test.proto (revision 333d2b3687b3a337dbcca9d65000bca186795e39)
1syntax = "proto3";
2
3import "mylib/subpackage/proto/common.proto";
4
5message MyMessage {
6  string name = 1;
7  MyCommonMessage common = 2;
8}
9