Merge "Disable the new pass manager for libhwui"

This commit is contained in:
Yi Kong
2019-10-14 23:11:05 +00:00
committed by Gerrit Code Review

View File

@@ -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: [