Remove Python enables identical to global defaults.

Bug: 245854393
Test: presubmit
Change-Id: I67540844a28975f8f32539774748930907267764
diff --git a/libsparse/Android.bp b/libsparse/Android.bp
index 02bfee6..5d4157a 100644
--- a/libsparse/Android.bp
+++ b/libsparse/Android.bp
@@ -84,12 +84,8 @@
     main: "simg_dump.py",
     srcs: ["simg_dump.py"],
     version: {
-        py2: {
-            enabled: false,
-        },
         py3: {
             embedded_launcher: true,
-            enabled: true,
         },
     },
 }