aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 16:01:31 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 16:01:31 +0000
commit26f85422d5394c38a63b1ccee9aca3651ade4c69 (patch)
tree9fbe5bfdf87dc2b4ff25734d3fd5d950ed83bdbc
parent273aa497c142fe7b4e81931b4f25d96409bb7e01 (diff)
parentac0a22bba99f30f293e664c55387cb05772786d1 (diff)
downloadjinja-android13-frc-adbd-release.tar.gz
Snap for 8512216 from ac0a22bba99f30f293e664c55387cb05772786d1 to tm-frc-adbd-releaset_frc_adb_330444000android13-frc-adbd-release
Change-Id: Iee2f5f7954384f7d8e823d1def19531dedb91e1f
-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"],