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
commit901f4aad5a56838739d51cbacfdfb77fca453617 (patch)
treee8e17f067c15766a28f4dc2bb379ba824f77d50d
parent71b21954d5775fbe3606bed70f4bec2e67ae30b5 (diff)
parentcd02adcc355bd64f0cbea8d0682c770df8e49907 (diff)
downloadmarkupsafe-android12-d1-release.tar.gz
Change-Id: I175e4a2dc6cb6d305e4347a22b22bd1fcb83b5b7
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9d3fe9f..451b078 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_python_markupsafe_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_python_markupsafe_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE.rst",
+ ],
+}
+
python_library {
name: "py-markupsafe",
host_supported: true,