xref: /aosp_15_r20/external/oauth/Android.bp (revision bb1a7bd835d7a38ea2516d2d4e5ea8b558356be7)
1*bb1a7bd8SXin Li//
2*bb1a7bd8SXin Li// Copyright (C) 2021 The Android Open Source Project
3*bb1a7bd8SXin Li//
4*bb1a7bd8SXin Li// Licensed under the Apache License, Version 2.0 (the "License");
5*bb1a7bd8SXin Li// you may not use this file except in compliance with the License.
6*bb1a7bd8SXin Li// You may obtain a copy of the License at
7*bb1a7bd8SXin Li//
8*bb1a7bd8SXin Li//      http://www.apache.org/licenses/LICENSE-2.0
9*bb1a7bd8SXin Li//
10*bb1a7bd8SXin Li// Unless required by applicable law or agreed to in writing, software
11*bb1a7bd8SXin Li// distributed under the License is distributed on an "AS IS" BASIS,
12*bb1a7bd8SXin Li// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*bb1a7bd8SXin Li// See the License for the specific language governing permissions and
14*bb1a7bd8SXin Li// limitations under the License.
15*bb1a7bd8SXin Li
16*bb1a7bd8SXin Lipackage {
17*bb1a7bd8SXin Li    default_applicable_licenses: ["external_oauth_license"],
18*bb1a7bd8SXin Li}
19*bb1a7bd8SXin Li
20*bb1a7bd8SXin Li// Added automatically by a large-scale-change
21*bb1a7bd8SXin Li//
22*bb1a7bd8SXin Li// large-scale-change included anything that looked like it might be a license
23*bb1a7bd8SXin Li// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
24*bb1a7bd8SXin Li//
25*bb1a7bd8SXin Li// Please consider removing redundant or irrelevant files from 'license_text:'.
26*bb1a7bd8SXin Li// See: http://go/android-license-faq
27*bb1a7bd8SXin Lilicense {
28*bb1a7bd8SXin Li    name: "external_oauth_license",
29*bb1a7bd8SXin Li    visibility: [":__subpackages__"],
30*bb1a7bd8SXin Li    license_kinds: [
31*bb1a7bd8SXin Li        "SPDX-license-identifier-Apache-2.0",
32*bb1a7bd8SXin Li    ],
33*bb1a7bd8SXin Li    license_text: [
34*bb1a7bd8SXin Li        "LICENSE.txt",
35*bb1a7bd8SXin Li        "NOTICE",
36*bb1a7bd8SXin Li    ],
37*bb1a7bd8SXin Li}
38