Revert Android.bp workaround. am: c3d97aa421 am: 12413aa875

Change-Id: I12281cc37f8838407d4e2f8eed2fc27094a72da2
diff --git a/Android.bp b/Android.bp
index 591acd4..15cc1a8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -38,10 +38,6 @@
         "-DHAVE_CONFIG_H",
         "-Wall",
         "-Werror",
-        // TODO(http://b/153760240): Remove this once we have
-        // patched sources to leave a large stack array uninitialized
-        // (stack_frames_vector from pcre2_match.c).
-        "-ftrivial-auto-var-init=uninitialized",
     ],
     tidy_checks: [
         "-google-build-using-namespace",