aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-03 02:08:39 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-03 02:08:39 +0000
commit95c903cc5e669b19c0f174c5069b6536a1fa3ffb (patch)
tree9301db9a5406faff4cf81fc2f54ad93525725b24
parent95206c5b8b0d3722e2e145dd2ca60a94d89e864d (diff)
parenta3d456e3466b77e900831413b87301d99f0bc8ef (diff)
downloadjinja-android12-d1-s1-release.tar.gz
Change-Id: I3840114f273f6f4dce5ca77e0eebf540766e62b2
-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,