summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:03:22 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:03:22 +0000
commita4ffd4d689bc82a3a9399196400af89121082cfd (patch)
tree8430844370408ad53b8aeecfceb2b54659fd6d5e
parentd06954073d3aea382c5a1fe40c6b8e117806200b (diff)
parenta41b0cfa1b5e233281c0de131b38ec5eaaca2b4c (diff)
downloadjline-a4ffd4d689bc82a3a9399196400af89121082cfd.tar.gz
Snap for 7152399 from a41b0cfa1b5e233281c0de131b38ec5eaaca2b4c to sc-release
Change-Id: Ic7dd4a7837de1e083062371732e38ab02bb8169b
-rw-r--r--Android.bp23
1 files changed, 23 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7276cca..fa0b136 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,29 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_jline_license"],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+// See: http://go/android-license-faq
+license {
+ name: "external_jline_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE.txt",
+ "NOTICE",
+ ],
+}
+
java_import_host {
name: "jline-1.0",
jars: [ "jline-1.0.jar" ],