Denylist genrules that create the same file in the same package. am: df27b7a1e0
am: d8d15b8fcd
am: 242046f5c2
am: 5d45d92e3f
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1859776 Change-Id: I6daedbba504b35549572a4419993fd33dd88a1f6
This commit is contained in:
@@ -243,6 +243,11 @@ var (
|
||||
|
||||
"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/...
|
||||
"libcap", // http://b/198595332, depends on _makenames, a cc_binary
|
||||
"cap_names.h", // http://b/198596102, depends on _makenames, a cc_binary
|
||||
|
Reference in New Issue
Block a user