From a8a1086c87e9552b0bb94869beb174fadd26ea62 Mon Sep 17 00:00:00 2001 From: Sam Delmerico Date: Mon, 12 Jun 2023 14:37:56 -0400 Subject: [PATCH] denylist new modules that have implicit proto deps Bug: 286488545 Bug: 246997908 Test: b build //external/protobuf/... Change-Id: I5338e7d30b68b8e35957189f45933008216e9331 --- android/allowlists/allowlists.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index f826f5c3a..1ae2284b3 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -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{