Denylist libapexinfo and libapexinfo_tests.

Bug: 254476335
Test: None
Change-Id: I7cb62bf5aaba0632d9c7e652cb3b23a5a5e35013
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go
index 31368b2..4693210 100644
--- a/android/allowlists/allowlists.go
+++ b/android/allowlists/allowlists.go
@@ -1280,6 +1280,10 @@
 		"libapplypatch",
 		"libapplypatch_modes",
 		"applypatch",
+
+		// TODO(b/254476335): disable the following due to this bug
+		"libapexinfo",
+		"libapexinfo_tests",
 	}
 
 	Bp2buildCcLibraryStaticOnlyList = []string{}