summaryrefslogtreecommitdiff
path: root/zip
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2023-06-14 17:56:10 +0000
committer Spandan Das <spandandas@google.com> 2023-07-14 00:43:57 +0000
commit2a55cea4a01eed3b7078976108311095b3360180 (patch)
treeed353a065e0e9ef8bac2346ab794498592048d12 /zip
parentaf4ccaaf41604233915cc15f5e6de8187dd28811 (diff)
Delete aliases to prebuilts
These tools will now be built from source using rules_go Test: TH Bug: 284483729 Change-Id: I6dde9f1418aaa516c4c6f8c8897dd20f4becfb51
Diffstat (limited to 'zip')
-rw-r--r--zip/cmd/BUILD.bazel20
1 files changed, 0 insertions, 20 deletions
diff --git a/zip/cmd/BUILD.bazel b/zip/cmd/BUILD.bazel
deleted file mode 100644
index e04a1e10d..000000000
--- a/zip/cmd/BUILD.bazel
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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.
-
-# TODO(b/194644518): Switch to the source version when Bazel can build go
-# binaries.
-alias(
- name = "soong_zip",
- actual = "//prebuilts/build-tools:linux-x86/bin/soong_zip",
-)