Fix a bug where deps were missing for converted proto_library

This is just a partial fix.

Bug: 246997908
Test: Manual build //frameworks/proto_logging/stats:libstats_proto_host_proto
Change-Id: I9e4e62bce22cb68bcd7f917c57f3d1438fcec716
This commit is contained in:
Yu Liu
2022-09-15 22:18:48 -07:00
parent 609c3e074f
commit 2a85fb195d
4 changed files with 12 additions and 1 deletions

View File

@@ -135,7 +135,8 @@ filegroup {
ExpectedBazelTargets: []string{
MakeBazelTargetNoRestrictions("proto_library", "foo_bp2build_converted", AttrNameToString{
"srcs": `["proto/foo.proto"]`,
"strip_import_prefix": `"proto"`}),
"strip_import_prefix": `"proto"`,
"tags": `["manual"]`}),
MakeBazelTargetNoRestrictions("filegroup", "foo", AttrNameToString{
"srcs": `["proto/foo.proto"]`}),
}})