From 5d5a3bb96376132d3dcd53a40d0c2e7ea08bf40c Mon Sep 17 00:00:00 2001 From: Jason Wu Date: Wed, 14 Jun 2023 13:24:24 -0400 Subject: [PATCH] denylist logcat to pass bp2build-incremental Bug: 286488545 Test: bp2build.sh Change-Id: I0940b833c6bf4f9f3780293684a6c64c0c72e32f --- android/allowlists/allowlists.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 64e9958c6..1f51c7e5e 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -1490,6 +1490,8 @@ var ( "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 + "logcat", // TODO(b/246997908): cannot convert proto_libraries which implicitly include other srcs in the same directory + "expresscatalogvalidator", // TODO(b/246997908): cannot convert proto_libraries which implicitly include other srcs in the same directory // depends on other //art modules