Commit 55962db9 authored by Fahrzin Hemmati's avatar Fahrzin Hemmati

Fix generated_protos_proto deps

parent 2cfa7612
......@@ -927,10 +927,12 @@ genrule(
proto_library(
name = "generated_protos_proto",
srcs = ["unittest_gen.proto"],
srcs = [
"unittest_gen.proto",
"src/google/protobuf/unittest_import_public.proto",
],
)
py_proto_library(
name = "generated_protos_py",
srcs = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment