diff options
author | 2023-07-19 17:21:25 +0000 | |
---|---|---|
committer | 2023-07-19 17:21:25 +0000 | |
commit | 958ca02582952def7d5daf13574486c6079ac18b (patch) | |
tree | fcb33b122b80721f803f77fe3836b243d4262c02 /zip | |
parent | cfcd0a4960cc006e5574bfb426b3d27159f75148 (diff) | |
parent | 2a55cea4a01eed3b7078976108311095b3360180 (diff) |
Merge changes from topic "build_go_source_mixed_builds" into main
* changes:
Delete aliases to prebuilts
Add functionality to sandbox mixed build actions
Diffstat (limited to 'zip')
-rw-r--r-- | zip/cmd/BUILD.bazel | 20 |
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", -) |