Revert "cc_baremetal_defaults: Disable SVE"

This reverts commit 12d548a07139fa812af84607cb931e611e0b046a.

Reason for revert: Interferes with ag/31534516, see b/364383722

Change-Id: Ib9e8ad9f36acb5b884edadef5d26745b5ccb40af
diff --git a/Android.bp b/Android.bp
index 6db4963..34f9bf0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -147,16 +147,6 @@
 // Framework guests.
 cc_defaults {
     name: "cc_baremetal_defaults",
-    arch: {
-        arm64: {
-            cflags: [
-                // Prevent the compiler from optimizing code using SVE, as the
-                // baremetal environment might not have configured the hardware.
-                "-Xclang -target-feature",
-                "-Xclang -sve",
-            ],
-        },
-    },
     defaults_visibility: ["//visibility:public"],
 }