blob: c3c0e876f1fdeac4177e2ee76dc0e59828f77edf [file] [log] [blame]
# Copyright 2017 The Bazel Authors. All rights reserved.
#
# 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.
licenses(["notice"]) # Apache 2.0
package(default_visibility = ["//visibility:public"])
# This file is auto-generated from release/cc/latest.tpl and should not
# be modified directly.
PACKAGE = "//${PACKAGE}/"
LATEST_CONFIG_VERSION = "${CONFIG_VERSION}"
LATEST_BAZEL_VERSION = "${BAZEL_VERSION}"
CONFIG_TYPES = [${CONFIG_TYPES}]
# DO NOT depend on the following latest alias in your production jobs.
# These are for internal and our CI use only. We DO NOT guarantee that they
# will always work.
[alias(
name = "crosstool_top_" + config_type,
actual = PACKAGE + LATEST_CONFIG_VERSION + "/bazel_" + LATEST_BAZEL_VERSION + "/" + config_type + ":toolchain",
) for config_type in CONFIG_TYPES]
[alias(
name = "toolchain_" + config_type,
actual = PACKAGE + LATEST_CONFIG_VERSION + "/bazel_" + LATEST_BAZEL_VERSION + "/cpp:cc-toolchain-clang-x86_64-" + config_type,
) for config_type in CONFIG_TYPES]
alias(
name = "platform",
actual = PACKAGE + LATEST_CONFIG_VERSION + ":${PLATFORM}_jdk8",
)
alias(
name = "javabase",
actual = PACKAGE + LATEST_CONFIG_VERSION + ":jdk8",
)