summaryrefslogtreecommitdiff
path: root/dist/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Android.bp')
-rw-r--r--dist/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/Android.bp b/dist/Android.bp
index f7e43f3..414c84d 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: {