diff options
| author | 2023-03-30 05:17:01 +0000 | |
|---|---|---|
| committer | 2023-03-30 09:39:40 +0000 | |
| commit | 29c4561a6bdebf74c20f9647d3599b6923fef059 (patch) | |
| tree | 1a0d9d208ba088d4e821b971f30f3b3c1b0475a6 | |
| parent | 8e6d5f208aedd35a5884a9f150152840b02e927f (diff) | |
bp2build: denylist some modules to fix CI breakage.
Test: presubmits
Fixes: 276107812
Change-Id: I5e698b26f4d20de6c50008ab12fcfbef8a108ecb
| -rw-r--r-- | android/allowlists/allowlists.go | 2 |
1 files changed, 2 insertions, 0 deletions
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" |