From 29c4561a6bdebf74c20f9647d3599b6923fef059 Mon Sep 17 00:00:00 2001 From: Jingwen Chen Date: Thu, 30 Mar 2023 05:17:01 +0000 Subject: [PATCH] bp2build: denylist some modules to fix CI breakage. Test: presubmits Fixes: 276107812 Change-Id: I5e698b26f4d20de6c50008ab12fcfbef8a108ecb --- android/allowlists/allowlists.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index d09b92f34..5168da38a 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -886,10 +886,12 @@ var ( // depends on //system/tools/aidl/build:aidl_metadata_json, which is an aidl_interfaces_metadata custom Soong type. "aidl_metadata_in_cpp", "libaidlmetadata", + "libaidlmetadata_test", // depends on //system/tools/hidl/build:hidl_metadata_json, which is an hidl_interfaces_metadata custom Soong type. "hidl_metadata_in_cpp", "libhidlmetadata", + "hidl_metadata_test", // cc_test related. // b/274164834 "Could not open Configuration file test.cfg"