diff options
| author | 2019-10-14 16:39:21 -0700 | |
|---|---|---|
| committer | 2019-10-14 16:39:21 -0700 | |
| commit | 9c43003e57bef661bebccf616d7b6e221b492c4b (patch) | |
| tree | 1accea21b259b77218bc79b20bd0554c3d2029e2 | |
| parent | 582a9b3d3feddc801e4f2a207786a4f976e08e89 (diff) | |
| parent | 9a283f69a02a0fe68679ffca9059291cc93a4c70 (diff) | |
Merge "Disable the new pass manager for libhwui" am: 3268a5ec1a
am: 9a283f69a0
Change-Id: Iee4f93e21a84b22c8eda56c331f3a116c3af7ca0
| -rw-r--r-- | libs/hwui/Android.bp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/hwui/Android.bp b/libs/hwui/Android.bp index ebba4cb79dfb..e0896ce311ac 100644 --- a/libs/hwui/Android.bp +++ b/libs/hwui/Android.bp @@ -28,6 +28,11 @@ cc_defaults { // clang's warning is broken, see: https://llvm.org/bugs/show_bug.cgi?id=21629 "-Wno-missing-braces", + + // 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: [ |