Add zip2zip alias and allowlist unblocked rdeps.
Test: presubmit Change-Id: Ia4eb3e6af5cf43dc5c1d924cbf7dcf812f4b8703
This commit is contained in:
@@ -632,8 +632,6 @@ var (
|
|||||||
"analyze_bcpf", // depends on bpmodify a blueprint_go_binary.
|
"analyze_bcpf", // depends on bpmodify a blueprint_go_binary.
|
||||||
"host_bionic_linker_asm", // depends on extract_linker, a go binary.
|
"host_bionic_linker_asm", // depends on extract_linker, a go binary.
|
||||||
"host_bionic_linker_script", // depends on extract_linker, a go binary.
|
"host_bionic_linker_script", // depends on extract_linker, a go binary.
|
||||||
"libc_musl_sysroot_libc++_headers", "libc_musl_sysroot_libc++abi_headers", // depends on zip2zip
|
|
||||||
"libc_musl_sysroot_zlib_headers", // depends on zip2zip
|
|
||||||
|
|
||||||
// in cmd attribute of genrule rule //system/timezone/output_data:robolectric_tzdata: label '//system/timezone/output_data:iana/tzdata' in $(location) expression is not a declared prerequisite of this rule
|
// in cmd attribute of genrule rule //system/timezone/output_data:robolectric_tzdata: label '//system/timezone/output_data:iana/tzdata' in $(location) expression is not a declared prerequisite of this rule
|
||||||
"robolectric_tzdata",
|
"robolectric_tzdata",
|
||||||
|
18
cmd/zip2zip/BUILD.bazel
Normal file
18
cmd/zip2zip/BUILD.bazel
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Copyright (C) 2022 The Android Open Source Project
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
alias(
|
||||||
|
name = "zip2zip",
|
||||||
|
actual = "//prebuilts/build-tools:linux-x86/bin/zip2zip",
|
||||||
|
)
|
Reference in New Issue
Block a user