summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-17 15:31:55 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-17 15:31:55 +0000
commit06df6a9830f691ce1609f2d458713500be24e69e (patch)
tree8430844370408ad53b8aeecfceb2b54659fd6d5e
parentfb22263690f0a66d518849dc98a2c4739b832277 (diff)
parentcdb0db429c473b6ad05ad43dce2f75644c423d05 (diff)
downloadjline-06df6a9830f691ce1609f2d458713500be24e69e.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to external/jline"android-s-preview-1
-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" ],