From b37855cd3b023b51246b6365152c2ffedb4715a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Sun, 18 Sep 2022 01:38:52 +0000 Subject: [PATCH] Remove Python 2 "test" that doesn't test anything. This file appears to be related to testing, but it's not actually a test (executing it doesn't run any tests) and it's otherwise unused. Bug: 245854393 Test: presubmit Change-Id: Ie0e21e0789c5481256ddb8caa278fc709dd3bff9 --- Android.bp | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Android.bp b/Android.bp index 2a2dbe6f4..648a7dfde 100644 --- a/Android.bp +++ b/Android.bp @@ -286,23 +286,6 @@ cc_binary { cpp_std: "c++17", } -python_test { - name: "filesystem_dynamic_test_helper.py", - main: "test/support/filesystem_dynamic_test_helper.py", - srcs: [ - "test/support/filesystem_dynamic_test_helper.py", - ], - version: { - py2: { - enabled: true, - embedded_launcher: true, - }, - py3: { - enabled: false, - }, - }, -} - // Export libc++ headers for inclusion in the musl sysroot. genrule { name: "libc_musl_sysroot_libc++_headers",