From 2d969e4dfdddf1ae7ea54934e3a7a6bf655336dc Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Wed, 15 Jan 2020 14:46:37 -0800 Subject: 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 --- libs/hwui/Android.bp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libs') 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: [ -- cgit v1.2.3-59-g8ed1b