From e391f2917ab732da31375fe5b984470159af0d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Tue, 20 Sep 2022 01:28:13 +0000 Subject: Remove Python enables identical to global defaults. Bug: 245854393 Test: presubmit Change-Id: I6808f94ec5f27f2e4b06a0d0f69e63aeaf32188a --- serial/Android.bp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/serial/Android.bp b/serial/Android.bp index 9242660..dc32fb3 100644 --- a/serial/Android.bp +++ b/serial/Android.bp @@ -21,13 +21,5 @@ python_library { srcs: [ "**/*.py", ], - version: { - py2: { - enabled: false, - }, - py3: { - enabled: true, - }, - }, pkg_path: "serial", } -- cgit v1.2.3