aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-01 14:08:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-01 14:08:29 +0000
commitf4485f09a6fdc2f4242611ac726f45eb71cd23ea (patch)
treef4af2a96ccf2dc3327974a26957d8c56e5540853
parent9e395f7cb998168aa96de5bff5f7d439ff7f683e (diff)
parentb28517b7e0f70f1a38543fda628cfef6ecb78192 (diff)
downloadmarkupsafe-aml_tz5_341510010.tar.gz
Snap for 9550733 from b28517b7e0f70f1a38543fda628cfef6ecb78192 to mainline-tzdata5-releaseaml_tz5_341510070aml_tz5_341510050aml_tz5_341510010aml_tz5_341510010
Change-Id: I60f7cb68df2641e3c6116cab92826d1e0117b476
-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",
+ ],
+}