Do not set -fsjlj-exceptions locally for Windows am: 3364b1d8fc am: cdc7e53d06 am: 38490df053 am: aedd7d44cc

Original change: https://android-review.googlesource.com/c/platform/external/libcxxabi/+/1424492

Change-Id: I9b3dc2626a658fb078dc477cfc38795c12584fe1
diff --git a/Android.bp b/Android.bp
index fbd4a62..d74d1e6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -132,11 +132,6 @@
                 "src/stdlib_new_delete.cpp",
             ],
         },
-        windows_x86: {
-            cppflags: [
-                "-fsjlj-exceptions",
-            ],
-        },
     },
     apex_available: [
         "//apex_available:platform",