diff options
author | Yi Kong <yikong@google.com> | 2020-01-15 14:46:37 -0800 |
---|---|---|
committer | Yi Kong <yikong@google.com> | 2020-01-15 14:46:57 -0800 |
commit | 2d969e4dfdddf1ae7ea54934e3a7a6bf655336dc (patch) | |
tree | 3605c194f7e44431d40e9ae20e8ee17a9de26384 /libs/hwui/Android.bp | |
parent | 73cab34d9f49013f4ede893aa00802b937d0d5a9 (diff) |
Revert "Disable the new pass manager for libhwui"
This reverts commit 304d4bd65dfc8cf77d30115c5650e3de1aef544a.
The new pass manager is not the root cause of non-determinism.
Change-Id: I5c0c44bbefd7f3c0442422f5c718e77b1f18f139
Diffstat (limited to 'libs/hwui/Android.bp')
-rw-r--r-- | libs/hwui/Android.bp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/hwui/Android.bp b/libs/hwui/Android.bp index 4c08a3829934..98de9c3ea88e 100644 --- a/libs/hwui/Android.bp +++ b/libs/hwui/Android.bp @@ -25,11 +25,6 @@ cc_defaults { // GCC false-positives on this warning, and since we -Werror that's // a problem "-Wno-free-nonheap-object", - - // Clang is producing non-determistic binary when the new pass manager is - // enabled. Disable the new PM as a temporary workaround. - // b/142372146 - "-fno-experimental-new-pass-manager", ], include_dirs: [ |