denylist new modules that have implicit proto deps

Bug: 286488545
Bug: 246997908
Test: b build //external/protobuf/...
Change-Id: I5338e7d30b68b8e35957189f45933008216e9331
This commit is contained in:
Sam Delmerico
2023-06-12 14:37:56 -04:00
parent 5498faf505
commit a8a1086c87

View File

@@ -1486,6 +1486,9 @@ var (
"ICU4CTestRunner",
"HelloWorldHostTest", // TODO(b/280452825): Convert HelloWorldHostTest to b test
"libprotobuf-full-test", // TODO(b/246997908): cannot convert proto_libraries which implicitly include other srcs in the same directory
"libprotobuf-lite-test", // TODO(b/246997908): cannot convert proto_libraries which implicitly include other srcs in the same directory
}
MixedBuildsDisabledList = []string{