aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-26 23:04:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-26 23:04:40 +0000
commit7394da15515e46d5f845e09cc505e59a36a35610 (patch)
tree9fbe5bfdf87dc2b4ff25734d3fd5d950ed83bdbc
parent355dd23268c54d19d2a9eddfe3a126a8c6722550 (diff)
parentac0a22bba99f30f293e664c55387cb05772786d1 (diff)
downloadjinja-android13-security-release.tar.gz
Change-Id: I41a9c67be11710c1f74216a94d1cfa52124fe5d5
-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"],