Merge "Disable the base hidl modules in mixed build."
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go
index a5799a5..0721953 100644
--- a/android/allowlists/allowlists.go
+++ b/android/allowlists/allowlists.go
@@ -574,5 +574,12 @@
"prebuilt_android-support-annotations-nodeps",
"prebuilt_android-arch-paging-common-nodeps",
"prebuilt_android-arch-room-common-nodeps",
+
+ // Disabled pending the investigation of b/242220039
+ "libhidlbase",
+ "android.hidl.base@1.0",
+ "android.hidl.manager@1.0",
+ "android.hidl.manager@1.1",
+ "android.hidl.manager@1.2",
}
)