blob: 8993d44cc08314de9827c9749bc600208e3dff7a [file] [log] [blame]
Geoffrey Martin-Noble1e20c602019-11-11 12:06:19 -08001# Copyright 2019 Google LLC
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# https://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
Geoffrey Martin-Noble1c9b8362020-08-05 12:57:52 -070015# Note that project-wide, bazel repo aliases are used. Various scripts and helpers operate on the
16# following prefixes textually, so avoid doing any systematic construction that would break the
17# matching.
18#
19# "@absl_py//absl/"
20# "@com_google_absl//absl/"
21# "@com_google_absl//absl/"
22# "@bazel_skylib//"
23# "@com_google_benchmark//"
Geoffrey Martin-Noblef5b323e2021-01-12 18:32:08 -080024# "@cpuinfo//"
Thomas Raoux3c1f75a2021-02-10 19:53:09 -080025# "@cuda_headers//"
Geoffrey Martin-Noble1c9b8362020-08-05 12:57:52 -070026# "@com_github_dvidelabs_flatcc//"
27# "@com_google_googletest//"
28# "@llvm-project//"
Geoffrey Martin-Noblef5b323e2021-01-12 18:32:08 -080029# "@mlir-hlo//"
Geoffrey Martin-Noblefbaf7762020-11-19 13:12:23 -080030# "@pffft//"
Geoffrey Martin-Noble1c9b8362020-08-05 12:57:52 -070031# "@iree_pybind11//"
32# "@renderdoc_api//"
33# "@com_google_ruy//"
Copybara-Servicef58a69f2020-12-29 12:00:23 -080034# "@spirv_cross//"
Geoffrey Martin-Noble1c9b8362020-08-05 12:57:52 -070035# "@com_google_tracing_framework_cpp//"
36# "@iree_vulkan_headers//"
37
Stella Laurenzo1128d502019-10-07 14:34:41 -070038package(
39 default_visibility = ["//visibility:public"],
Geoffrey Martin-Noble083ac8e2020-07-15 20:10:49 -070040 features = ["layering_check"],
Stella Laurenzo1128d502019-10-07 14:34:41 -070041 licenses = ["notice"], # Apache 2.0
42)