xref: /aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/BUILD.bazel (revision a6aa18fbfbf9cb5cd47356a9d1b057768998488c)
1*a6aa18fbSYabin Cui#
2*a6aa18fbSYabin Cui# Copyright 2020 The Abseil Authors.
3*a6aa18fbSYabin Cui#
4*a6aa18fbSYabin Cui# Licensed under the Apache License, Version 2.0 (the "License");
5*a6aa18fbSYabin Cui# you may not use this file except in compliance with the License.
6*a6aa18fbSYabin Cui# You may obtain a copy of the License at
7*a6aa18fbSYabin Cui#
8*a6aa18fbSYabin Cui#      https://www.apache.org/licenses/LICENSE-2.0
9*a6aa18fbSYabin Cui#
10*a6aa18fbSYabin Cui# Unless required by applicable law or agreed to in writing, software
11*a6aa18fbSYabin Cui# distributed under the License is distributed on an "AS IS" BASIS,
12*a6aa18fbSYabin Cui# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*a6aa18fbSYabin Cui# See the License for the specific language governing permissions and
14*a6aa18fbSYabin Cui# limitations under the License.
15*a6aa18fbSYabin Cui#
16*a6aa18fbSYabin Cui
17*a6aa18fbSYabin Cuipackage(default_visibility = ["//visibility:public"])
18*a6aa18fbSYabin Cui
19*a6aa18fbSYabin Cuilicenses(["notice"])  # Apache 2.0
20*a6aa18fbSYabin Cui
21*a6aa18fbSYabin Cui# Expose license for external usage through bazel.
22*a6aa18fbSYabin Cuiexports_files([
23*a6aa18fbSYabin Cui    "AUTHORS",
24*a6aa18fbSYabin Cui    "LICENSE",
25*a6aa18fbSYabin Cui])
26