From 2c322e71fe66db569c4d651f2abf8a1c0c57d3e2 Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Sun, 5 May 2019 02:49:35 -0700 Subject: [PATCH] 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 --- dist/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist/Android.bp b/dist/Android.bp index 5a13370..fa46db3 100644 --- a/dist/Android.bp +++ b/dist/Android.bp @@ -40,6 +40,10 @@ cc_defaults { "-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: {