Denylist "ota_from_raw_img" module for bp2build
The module introduced in aosp/2722136 depends on `delta_generator`,
which is a module defined in directory that is not bp2build default
allowed, causing bp2build failure. Therefore, denylist the module to
resolve breakage.
Test: TH & abtd
Change-Id: I313239d82d384ec7de8167aa385806ebde02d2c8
Bug: 297269308
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go
index fec2cdc..fa6cc19 100644
--- a/android/allowlists/allowlists.go
+++ b/android/allowlists/allowlists.go
@@ -1574,6 +1574,9 @@
// same package contains a "r8.jar" file which gets overshadowed by the implicit target.
// We don't need this target as we're not using the Soong wrapper for now
"r8",
+
+ // Depends on the module defined in the directory not bp2build default allowed
+ "ota_from_raw_img",
}
// Bazel prod-mode allowlist. Modules in this list are built by Bazel