aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-27 09:03:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-27 09:03:32 +0000
commita49499f98bd024649636be67d1bc13893967c2ba (patch)
tree9fbe5bfdf87dc2b4ff25734d3fd5d950ed83bdbc
parenta3d456e3466b77e900831413b87301d99f0bc8ef (diff)
parent2eeef3086d01c6be7660b784dcfc2c5b9944eaa7 (diff)
downloadjinja-main-cg-testing-release.tar.gz
Snap for 8364388 from 2eeef3086d01c6be7660b784dcfc2c5b9944eaa7 to main-cg-testing-releasemain-cg-testing-release
Change-Id: I8a85c2d1a2927f34f06d7ed51684ac430bec1ad8
-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"],