xref: /aosp_15_r20/external/error_prone/jFormatString/Android.bp (revision b74d98a7c41acf48a623a553cea15f54b99b91e1)
1*b74d98a7SAndroid Build Coastguard Worker// Copyright (C) 2022 The Android Open Source Project
2*b74d98a7SAndroid Build Coastguard Worker//
3*b74d98a7SAndroid Build Coastguard Worker// Licensed under the Apache License, Version 2.0 (the "License");
4*b74d98a7SAndroid Build Coastguard Worker// you may not use this file except in compliance with the License.
5*b74d98a7SAndroid Build Coastguard Worker// You may obtain a copy of the License at
6*b74d98a7SAndroid Build Coastguard Worker//
7*b74d98a7SAndroid Build Coastguard Worker//      http://www.apache.org/licenses/LICENSE-2.0
8*b74d98a7SAndroid Build Coastguard Worker//
9*b74d98a7SAndroid Build Coastguard Worker// Unless required by applicable law or agreed to in writing, software
10*b74d98a7SAndroid Build Coastguard Worker// distributed under the License is distributed on an "AS IS" BASIS,
11*b74d98a7SAndroid Build Coastguard Worker// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12*b74d98a7SAndroid Build Coastguard Worker// See the License for the specific language governing permissions and
13*b74d98a7SAndroid Build Coastguard Worker// limitations under the License.
14*b74d98a7SAndroid Build Coastguard Worker
15*b74d98a7SAndroid Build Coastguard Workerpackage {
16*b74d98a7SAndroid Build Coastguard Worker    default_applicable_licenses: ["external_error_prone_jFormatString_license"],
17*b74d98a7SAndroid Build Coastguard Worker}
18*b74d98a7SAndroid Build Coastguard Worker
19*b74d98a7SAndroid Build Coastguard Workerlicense {
20*b74d98a7SAndroid Build Coastguard Worker    name: "external_error_prone_jFormatString_license",
21*b74d98a7SAndroid Build Coastguard Worker    package_name: "Google Error Prone jFormatString",
22*b74d98a7SAndroid Build Coastguard Worker    license_kinds: [
23*b74d98a7SAndroid Build Coastguard Worker        "SPDX-license-identifier-GPL-2.0-with-classpath-exception",
24*b74d98a7SAndroid Build Coastguard Worker    ],
25*b74d98a7SAndroid Build Coastguard Worker    license_text: ["LICENSE"],
26*b74d98a7SAndroid Build Coastguard Worker}
27*b74d98a7SAndroid Build Coastguard Worker
28*b74d98a7SAndroid Build Coastguard Workerjava_import {
29*b74d98a7SAndroid Build Coastguard Worker    name: "error_prone_jFormatString",
30*b74d98a7SAndroid Build Coastguard Worker    host_supported: true,
31*b74d98a7SAndroid Build Coastguard Worker    jars: ["jFormatString-3.0.0.jar"],
32*b74d98a7SAndroid Build Coastguard Worker}
33