From 4db4f814bbfb196874d03164faf4152032e9b84c Mon Sep 17 00:00:00 2001 From: Jason Wu Date: Thu, 5 Oct 2023 14:39:13 -0400 Subject: [PATCH] Denylist libhardware to pass bp2build-incremental Test: bp2build.sh and abtd test. Bug: 303534112 Change-Id: I6913818619a555939f4dbfad99602dce420d888b --- android/allowlists/allowlists.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index bcb98f7d1..55d885ae7 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -634,7 +634,6 @@ var ( "libneuralnetworks", "libneuralnetworks_static", "libgraphicsenv", - "libhardware", "libhardware_headers", "libnativeloader-headers", "libnativewindow_headers", @@ -1047,6 +1046,8 @@ var ( "libfsverity_rs", "libtombstoned_client_rust", + "libhardware", //Depends on unconverted libapexsupport + // TODO(b/263326760): Failed already. "minijail_compiler_unittest", "minijail_parser_unittest",