Merge "Remove bazel_module.label from bionic genrules"

This commit is contained in:
Liz Kammer 2021-03-16 21:40:04 +00:00 committed by Gerrit Code Review
commit eb33b5b7a8
1 changed files with 0 additions and 4 deletions

View File

@ -1290,7 +1290,6 @@ genrule {
cmd: "$(location :bionic-gensyscalls) arm $(in) > $(out)",
bazel_module: {
bp2build_available: true,
label: "//bionic/libc:syscalls-arm.S"
}
}
@ -1302,7 +1301,6 @@ genrule {
cmd: "$(location :bionic-gensyscalls) arm64 $(in) > $(out)",
bazel_module: {
bp2build_available: true,
label: "//bionic/libc:syscalls-arm64.S"
},
}
@ -1314,7 +1312,6 @@ genrule {
cmd: "$(location :bionic-gensyscalls) x86 $(in) > $(out)",
bazel_module: {
bp2build_available: true,
label: "//bionic/libc:syscalls-x86.S"
},
}
@ -1326,7 +1323,6 @@ genrule {
cmd: "$(location :bionic-gensyscalls) x86_64 $(in) > $(out)",
bazel_module: {
bp2build_available: true,
label: "//bionic/libc:syscalls-x86_64.S"
},
}