aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-03 02:04:49 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-03 02:04:49 +0000
commita9cdc935ed6a9c88ccb3cfd77dc46e9cd5382df7 (patch)
tree9301db9a5406faff4cf81fc2f54ad93525725b24
parentf80441997a1a3c81706684f443bc6b4b86b44ed8 (diff)
parenta3d456e3466b77e900831413b87301d99f0bc8ef (diff)
downloadjinja-android12L-tests-release.tar.gz
Change-Id: Ifefb09b8a35fc5e8f3cf1b1b005dd91f8f93bf44
-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,