diff options
| author | 2020-01-16 01:11:33 +0000 | |
|---|---|---|
| committer | 2020-01-16 01:11:33 +0000 | |
| commit | 8c794f129c8450a329fce2ca7c479dc7bdb54ffd (patch) | |
| tree | c0804edcc989ec456907fc728663dfbbdd6bd8c5 | |
| parent | 948c4086afcdfea68c63bc2f3920ad45471e09ec (diff) | |
| parent | 2d969e4dfdddf1ae7ea54934e3a7a6bf655336dc (diff) | |
Merge "Revert "Disable the new pass manager for libhwui""
| -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: [ |