summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-03 23:22:19 -0800
committerBob Badour <bbadour@google.com>2021-02-05 01:26:00 -0800
commit2662d7a9f97b967a0d91b42b35cf747f5b5c1a4c (patch)
tree34cccb0a9f7573285fc306c196f1fb819dd739e2
parentf19a71e27cc8207e3ee24fdd3dfffb512f0bbb1a (diff)
downloadukey2-2662d7a9f97b967a0d91b42b35cf747f5b5c1a4c.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/ukey2
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Idb9680f9037d6f99c780edc9ae9639391eb8d8da
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b99ed63..074b21a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,6 +15,23 @@
// Android build file for building the library in AOSP
// https://android.googlesource.com/platform/external/ukey2
+package {
+ default_applicable_licenses: ["external_ukey2_license"],
+}
+
+// Added automatically by a large-scale-change
+// http://go/android-license-faq
+license {
+ name: "external_ukey2_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
java_library {
name: "ukey2",
proto: {