From 4b316bcda89f214e815f99dc057a2f15ff91df4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Tue, 20 Sep 2022 01:39:53 +0000 Subject: Disable unused Python 2 variant. Bug: 245854393 Test: presubmit Change-Id: I2dce556980261c383e6ac73ff398510749cdd5c8 --- enum/Android.bp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/enum/Android.bp b/enum/Android.bp index 95daf3f..206080d 100644 --- a/enum/Android.bp +++ b/enum/Android.bp @@ -35,10 +35,5 @@ python_library { srcs: [ "__init__.py", ], - version: { - py2: { - enabled: true, - }, - }, pkg_path: "enum", } -- cgit v1.2.3