Turn off the new pass manager due to miscompile
Some apps crash if libsqlite is built with the new pass manager.
Test: manual testing
Bug: 131855431
Bug: 131854833
Change-Id: Ibd2da184fa614ce501c0994446dcb22e93dc4d1b
Signed-off-by: mydongistiny <jaysonedson@gmail.com>
Signed-off-by: DennySPB <dennyspb@gmail.com>
diff --git a/dist/Android.bp b/dist/Android.bp
index 2dec0f3..4c02c2f 100644
--- a/dist/Android.bp
+++ b/dist/Android.bp
@@ -40,6 +40,10 @@
"-DBIONIC_IOCTL_NO_SIGNEDNESS_OVERLOAD",
"-Wno-unused-parameter",
"-Werror",
+
+ // Turn off the new pass manager due to miscompile.
+ // http://b/131854833
+ "-fno-experimental-new-pass-manager",
],
target: {