bp2build: denylist some modules to fix CI breakage. am: 29c4561a6b am: 5cd5934a50

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2514895

Change-Id: I5ad337b38fdf8cf681218eeb263fbcf7c67e3762
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go
index d09b92f..5168da3 100644
--- a/android/allowlists/allowlists.go
+++ b/android/allowlists/allowlists.go
@@ -886,10 +886,12 @@
 		// 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"