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