xref: /aosp_15_r20/external/shflags/Android.bp (revision 63d4e48fb639f6414be0db9d718e3be2667e4fed)
1*63d4e48fSSadaf Ebrahimi//
2*63d4e48fSSadaf Ebrahimi// Copyright (C) 2016 The Android Open Source Project
3*63d4e48fSSadaf Ebrahimi//
4*63d4e48fSSadaf Ebrahimi// Licensed under the Apache License, Version 2.0 (the "License");
5*63d4e48fSSadaf Ebrahimi// you may not use this file except in compliance with the License.
6*63d4e48fSSadaf Ebrahimi// You may obtain a copy of the License at
7*63d4e48fSSadaf Ebrahimi//
8*63d4e48fSSadaf Ebrahimi//      http://www.apache.org/licenses/LICENSE-2.0
9*63d4e48fSSadaf Ebrahimi//
10*63d4e48fSSadaf Ebrahimi// Unless required by applicable law or agreed to in writing, software
11*63d4e48fSSadaf Ebrahimi// distributed under the License is distributed on an "AS IS" BASIS,
12*63d4e48fSSadaf Ebrahimi// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*63d4e48fSSadaf Ebrahimi// See the License for the specific language governing permissions and
14*63d4e48fSSadaf Ebrahimi// limitations under the License.
15*63d4e48fSSadaf Ebrahimi//
16*63d4e48fSSadaf Ebrahimi
17*63d4e48fSSadaf Ebrahimipackage {
18*63d4e48fSSadaf Ebrahimi    default_applicable_licenses: ["external_shflags_license"],
19*63d4e48fSSadaf Ebrahimi}
20*63d4e48fSSadaf Ebrahimi
21*63d4e48fSSadaf Ebrahimi// Added automatically by a large-scale-change
22*63d4e48fSSadaf Ebrahimi//
23*63d4e48fSSadaf Ebrahimi// large-scale-change filtered out the below license kinds as false-positives:
24*63d4e48fSSadaf Ebrahimi//   SPDX-license-identifier-LGPL
25*63d4e48fSSadaf Ebrahimi// See: http://go/android-license-faq
26*63d4e48fSSadaf Ebrahimilicense {
27*63d4e48fSSadaf Ebrahimi    name: "external_shflags_license",
28*63d4e48fSSadaf Ebrahimi    visibility: [":__subpackages__"],
29*63d4e48fSSadaf Ebrahimi    license_kinds: [
30*63d4e48fSSadaf Ebrahimi        "SPDX-license-identifier-Apache-2.0",
31*63d4e48fSSadaf Ebrahimi    ],
32*63d4e48fSSadaf Ebrahimi    license_text: [
33*63d4e48fSSadaf Ebrahimi        "LICENSE",
34*63d4e48fSSadaf Ebrahimi    ],
35*63d4e48fSSadaf Ebrahimi}
36*63d4e48fSSadaf Ebrahimi
37*63d4e48fSSadaf Ebrahimish_binary_host {
38*63d4e48fSSadaf Ebrahimi    name: "shflags",
39*63d4e48fSSadaf Ebrahimi    src: "shflags",
40*63d4e48fSSadaf Ebrahimi    sub_dir: "lib/shflags",
41*63d4e48fSSadaf Ebrahimi}
42