aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 14:41:43 -0800
committerBob Badour <bbadour@google.com>2021-02-12 14:41:43 -0800
commit5fbfdf12aca2c38bf42ff57963a2e1a89e4f3a7f (patch)
treee75c0d4423dd8df0066eea12d9f110efbd7e1261 /core
parentd69dc330dd248ee2dc712edc92e6df46b72f0061 (diff)
downloadzxing-5fbfdf12aca2c38bf42ff57963a2e1a89e4f3a7f.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/zxing
Added SPDX-license-identifier-Apache-2.0 to: core/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I3046db718cf24d5edf846e379dd5fe76b48a2aae
Diffstat (limited to 'core')
-rw-r--r--core/Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/core/Android.bp b/core/Android.bp
index ab09c6d72..252cbb292 100644
--- a/core/Android.bp
+++ b/core/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_zxing_core_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_zxing_core_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
java_import {
name: "zxing-core-1.7",
host_supported: true,