From 5933c383ef033a05e8abfdc5e2166b1d949baac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Tue, 20 Sep 2022 01:40:01 +0000 Subject: Disable unused Python 2 variant. Bug: 245854393 Test: presubmit Change-Id: Icbbaecee94c516b312d53d070eec7b67f359a39b --- uritemplate/Android.bp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/uritemplate/Android.bp b/uritemplate/Android.bp index 068c029..f878d86 100644 --- a/uritemplate/Android.bp +++ b/uritemplate/Android.bp @@ -26,13 +26,5 @@ python_library { srcs: [ "*.py", ], - version: { - py2: { - enabled: true, - }, - py3: { - enabled: true, - }, - }, pkg_path: "uritemplate", } -- cgit v1.2.3