aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:35:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:35:32 +0000
commit1bc40c581595d51329ee7b88d6a7faf1cdd7896b (patch)
treee75c0d4423dd8df0066eea12d9f110efbd7e1261
parent65193280855e46d11bf5b44f1a7e49ec0c7bd57e (diff)
parentf2e6319100af9efd7498160d1f1d992a36add5f8 (diff)
downloadzxing-1bc40c581595d51329ee7b88d6a7faf1cdd7896b.tar.gz
Snap for 7550844 from f2e6319100af9efd7498160d1f1d992a36add5f8 to mainline-os-statsd-releaseandroid-mainline-12.0.0_r84android-mainline-12.0.0_r58android12-mainline-statsd-release
Change-Id: Idab57379b3853947b58f275fb5ed923ed9fee14c
-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,