From 3dff7137c62bf80ac76bd66ee072912a84ac682f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Tue, 20 Sep 2022 01:39:51 +0000 Subject: Disable unused Python 2 variant. Bug: 245854393 Test: presubmit Change-Id: I335698c035a4b302e7e9904ec11df31143276bdc --- asn1crypto/Android.bp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/asn1crypto/Android.bp b/asn1crypto/Android.bp index 28a9fd9..d29cd49 100644 --- a/asn1crypto/Android.bp +++ b/asn1crypto/Android.bp @@ -27,13 +27,5 @@ python_library { "*.py", "_perf/*.py", ], - version: { - py2: { - enabled: true, - }, - py3: { - enabled: true, - }, - }, pkg_path: "asn1crypto", } -- cgit v1.2.3