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
commitdbf0e39ec201358c49b378cabe6ea5b8d7b24607 (patch)
treee8e17f067c15766a28f4dc2bb379ba824f77d50d
parentaaf3e8a02736112a36775113e781f32ca0720259 (diff)
parentcd02adcc355bd64f0cbea8d0682c770df8e49907 (diff)
downloadmarkupsafe-android12L-release.tar.gz
Change-Id: Ib56ace24bf037d1ee4857e75b889ef8a99dbb541
-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,