Denylist genrules that create the same file in the same package. am: df27b7a1e0

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

Change-Id: Ib98355dab3d99342385b253e8df13cebfe1bc9eb
This commit is contained in:
Jingwen Chen
2021-10-18 07:51:10 +00:00
committed by Automerger Merge Worker

View File

@@ -243,6 +243,11 @@ var (
"brotli-fuzzer-corpus", // b/202015218: outputs are in location incompatible with bazel genrule handling. "brotli-fuzzer-corpus", // b/202015218: outputs are in location incompatible with bazel genrule handling.
// b/203369847: multiple genrules in the same package creating the same file
// //development/sdk/...
"platform_tools_properties",
"build_tools_source_properties",
// //external/libcap/... // //external/libcap/...
"libcap", // http://b/198595332, depends on _makenames, a cc_binary "libcap", // http://b/198595332, depends on _makenames, a cc_binary
"cap_names.h", // http://b/198596102, depends on _makenames, a cc_binary "cap_names.h", // http://b/198596102, depends on _makenames, a cc_binary