Merge "Denylist "ota_from_raw_img" module for bp2build" into main am: 55d7f75b76

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

Change-Id: I0812f38dcf449dc519d37cbceb5e65bcc90ade16
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-08-24 03:05:12 +00:00
committed by Automerger Merge Worker

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