Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_build_soong
/
7180b3caa62e4b4c89af561f64666110aced5200
/
.
/
python
/
tests
/
proto_pkg_path
/
proto
/
test.proto
blob: 55f3b17c77538fb355b8c21871a41e2ef77813bd [
file
] [
log
] [
blame
]
syntax
=
"proto3"
;
import
"mylib/subpackage/proto/common.proto"
;
message
MyMessage
{
string
name
=
1
;
MyCommonMessage
common
=
2
;
}