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