Merge "denylist new modules that have implicit proto deps"

This commit is contained in:
Sam Delmerico 2023-06-13 13:14:32 +00:00 committed by Gerrit Code Review
commit 722a2b50c6

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{