blob: 17afde2aa88af3e1a12d59ff07cc7836594695a5 [file] [log] [blame]
python_test_host {
name: "py_proto_pkg_path_test",
main: "main.py",
srcs: [
"main.py",
"proto/*.proto",
],
pkg_path: "mylib/subpackage",
proto: {
canonical_path_from_root: false,
respect_pkg_path: true,
},
}