Merge "Denylist "ota_from_raw_img" module for bp2build" into main

This commit is contained in:
Treehugger Robot
2023-08-24 02:17:55 +00:00
committed by Gerrit Code Review

View File

@@ -1575,6 +1575,9 @@ var (
// 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