aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:57:20 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:57:20 +0000
commit15d6f698f33ea762964e879e66fd6a11315f01fd (patch)
treef4af2a96ccf2dc3327974a26957d8c56e5540853
parent7acbb865353af5580c2ba64691cf0c9f6f60af43 (diff)
parentb28517b7e0f70f1a38543fda628cfef6ecb78192 (diff)
downloadmarkupsafe-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from b28517b7e0f70f1a38543fda628cfef6ecb78192 to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: I73b318a3f7dcfee53a9c0d259fc5eb07f1953bc1
-rw-r--r--Android.bp17
-rw-r--r--src/Android.bp12
2 files changed, 12 insertions, 17 deletions
diff --git a/Android.bp b/Android.bp
index 451b078..acbba46 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,20 +14,3 @@ license {
"LICENSE.rst",
],
}
-
-python_library {
- name: "py-markupsafe",
- host_supported: true,
- srcs: [
- "src/markupsafe/__init__.py",
- "src/markupsafe/_native.py",
- ],
- version: {
- py2: {
- enabled: true,
- },
- py3: {
- enabled: true,
- },
- },
-}
diff --git a/src/Android.bp b/src/Android.bp
new file mode 100644
index 0000000..e03c7ac
--- /dev/null
+++ b/src/Android.bp
@@ -0,0 +1,12 @@
+package {
+ default_applicable_licenses: ["external_python_markupsafe_license"],
+}
+
+python_library {
+ name: "py-markupsafe",
+ host_supported: true,
+ srcs: [
+ "markupsafe/__init__.py",
+ "markupsafe/_native.py",
+ ],
+}