Remove Python 2 "test" that doesn't test anything. am: b37855cd3b am: 984419b6bb am: b63afef493 am: f6413af19b am: 28954ab7fc

Original change: https://android-review.googlesource.com/c/platform/external/libcxx/+/2219911

Change-Id: I0246807b64876dd8a3204b51a349f94a116af052
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index 9fdfd33..588e226 100644
--- a/Android.bp
+++ b/Android.bp
@@ -282,23 +282,6 @@
     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",