diff options
author | Yi Kong <yikong@google.com> | 2019-10-05 01:41:24 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-10-05 01:41:24 -0700 |
commit | 0c2991c0c305f8c5af7687e96d89b9c60d80cb0d (patch) | |
tree | d237f9f3505184986535c42834eb39e33d903ec3 | |
parent | 0323525d17076d8e42b3b71f2e3c52a156d6aac8 (diff) | |
parent | 131f6b24221f2172a3647d8a948716fa77432de9 (diff) |
Merge "Revert "Turn off the new pass manager due to miscompile"" am: 9841f55a7e am: c90342c9fe am: df916769a3
am: 131f6b2422
Change-Id: I9c1f9f1e403ea87ccbc9e6ba31997071d4aa2578
-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: { |