Merge "Disable the new pass manager for libhwui" am: 3268a5ec1a am: 9a283f69a0
am: 9c43003e57
Change-Id: I2b4748a01f814468c7a3b2c82189ed4452399907
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user