aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-01 21:25:52 -0800
committerBob Badour <bbadour@google.com>2021-03-01 21:25:52 -0800
commita3d456e3466b77e900831413b87301d99f0bc8ef (patch)
tree9301db9a5406faff4cf81fc2f54ad93525725b24
parentf80441997a1a3c81706684f443bc6b4b86b44ed8 (diff)
downloadjinja-a3d456e3466b77e900831413b87301d99f0bc8ef.tar.gz
Added SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I4da8a44f26e395f1704152d53dd8e9fa6cfc77cf
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index bfda7c69..77bc8066 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_python_jinja_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_python_jinja_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE.rst",
+ ],
+}
+
python_library {
name: "py2-jinja",
host_supported: true,