aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:06:44 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:06:44 +0000
commitba286208c7ef6f78abef676d3e9f4b88342264f1 (patch)
treee75c0d4423dd8df0066eea12d9f110efbd7e1261
parent0e59cb2be05e40d14b59dc706f4b412715fdc92a (diff)
parentc52e3ef5b428edbd4d4b2d51f67e673fe04ce09e (diff)
downloadzxing-android-platform-12.1.0_r25.tar.gz
Change-Id: Icb8bb4d3ba1dc7b717062e430147bd3faf285710
-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,