aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-01 21:37:11 -0800
committerBob Badour <bbadour@google.com>2021-03-01 21:37:11 -0800
commitcd02adcc355bd64f0cbea8d0682c770df8e49907 (patch)
treee8e17f067c15766a28f4dc2bb379ba824f77d50d
parentaaf3e8a02736112a36775113e781f32ca0720259 (diff)
downloadmarkupsafe-cd02adcc355bd64f0cbea8d0682c770df8e49907.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: I9fa7d92e0a3abbe82b95c785042e5fa8f1b64f79
-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,