Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8a1086c authored by Sam Delmerico's avatar Sam Delmerico
Browse files

denylist new modules that have implicit proto deps

Bug: 286488545
Bug: 246997908
Test: b build //external/protobuf/...
Change-Id: I5338e7d30b68b8e35957189f45933008216e9331
parent 5498faf5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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{