Merge "denylist new modules that have implicit proto deps"
This commit is contained in:
commit
722a2b50c6
1 changed files with 3 additions and 0 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue