aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-14 00:47:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-14 00:47:29 +0000
commit94056acef22a3abc151bf0da9fbfaca1af87d130 (patch)
treee75c0d4423dd8df0066eea12d9f110efbd7e1261
parent65193280855e46d11bf5b44f1a7e49ec0c7bd57e (diff)
parentf2e6319100af9efd7498160d1f1d992a36add5f8 (diff)
downloadzxing-94056acef22a3abc151bf0da9fbfaca1af87d130.tar.gz
Change-Id: I328e786de44fff767845bc9dbd31fa92fe387557
-rw-r--r--METADATA3
-rw-r--r--core/Android.bp17
2 files changed, 20 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 000000000..d97975ca3
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}
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,