diff options
| author | 2021-10-18 06:33:16 +0000 | |
|---|---|---|
| committer | 2021-10-18 06:33:16 +0000 | |
| commit | df27b7a1e05dd9b97f804bed6d09907dc4373dff (patch) | |
| tree | 49ca2708c12097e8210d5350ea1d9f8cabb51e65 | |
| parent | 47e1a7585145fe65b51afaf8722f585e720e69d4 (diff) | |
Denylist genrules that create the same file in the same package.
Test: bp2build presubmits
Bug: 194642721
Bug: 203369847
Change-Id: Id0faff5fcf4136fac5236980dd60c5d8e54d9547
| -rw-r--r-- | android/bazel.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/android/bazel.go b/android/bazel.go index e4eaa37e3..91ca969e1 100644 --- a/android/bazel.go +++ b/android/bazel.go @@ -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 |