Remove Python enables identical to global defaults.

Bug: 245854393
Test: presubmit
Change-Id: Ibe3e60ea4205477cc8dbe438244d17f8552924cc
diff --git a/system_property/Android.bp b/system_property/Android.bp
index 1fc9a35..01d4242 100644
--- a/system_property/Android.bp
+++ b/system_property/Android.bp
@@ -36,12 +36,7 @@
     ],
     test_config: "vts_treble_sys_prop_test.xml",
     version: {
-        py2: {
-            enabled: false,
-            embedded_launcher: false,
-        },
         py3: {
-            enabled: true,
             embedded_launcher: true,
         }
     },