xref
: /
build
/
soong
/
python
/
tests
/
proto_pkg_path
/
proto
/
common.proto
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
syntax = "proto3";
2
3
message MyCommonMessage {
4
string common = 1;
5
}
6