Merge SP1A.210222.001
Change-Id: Ib426f4f812b3c1ca04817cfbed586430e0ae38aa
diff --git a/core/Android.bp b/core/Android.bp
index ab09c6d..252cbb2 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,