diff options
author | Yi Kong <yikong@google.com> | 2019-10-05 01:35:29 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-10-05 01:35:29 -0700 |
commit | 131f6b24221f2172a3647d8a948716fa77432de9 (patch) | |
tree | d237f9f3505184986535c42834eb39e33d903ec3 | |
parent | 63170e953551c74977725b0a48017309baecf888 (diff) | |
parent | df916769a3fd4b13ea5b05d5fbbae64d4a232737 (diff) |
Merge "Revert "Turn off the new pass manager due to miscompile"" am: 9841f55a7e am: c90342c9fe
am: df916769a3
Change-Id: I796509d0a204a066254d3c91e7902fb30047fc8c
-rw-r--r-- | dist/Android.bp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dist/Android.bp b/dist/Android.bp index 414c84d..f7e43f3 100644 --- a/dist/Android.bp +++ b/dist/Android.bp @@ -40,10 +40,6 @@ 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: { |