aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-26 23:04:10 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-26 23:04:10 +0000
commit69ddfb904db30ab3c5ed5224348e118fc50612f6 (patch)
tree9fbe5bfdf87dc2b4ff25734d3fd5d950ed83bdbc
parent24c56f59fac150fcfc6c3effb4f9b9dd2b2915db (diff)
parentac0a22bba99f30f293e664c55387cb05772786d1 (diff)
downloadjinja-android13-d1-s1-release.tar.gz
Change-Id: Idfdb08233d866c5b61c2c18a3a7193a13451acaa
-rw-r--r--Android.bp19
1 files changed, 0 insertions, 19 deletions
diff --git a/Android.bp b/Android.bp
index 77bc8066..a79f39a2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,25 +16,6 @@ license {
}
python_library {
- name: "py2-jinja",
- host_supported: true,
- srcs: ["src/jinja2/*.py"],
- exclude_srcs: ["src/jinja2/async*.py"],
- libs: [
- "py-markupsafe",
- "py-setuptools",
- ],
- version: {
- py2: {
- enabled: true,
- },
- py3: {
- enabled: false,
- },
- },
-}
-
-python_library {
name: "py-jinja",
host_supported: true,
srcs: ["src/jinja2/*.py"],