diff options
| -rw-r--r-- | libs/hwui/Android.bp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/hwui/Android.bp b/libs/hwui/Android.bp index e0896ce311ac..f51848e5691a 100644 --- a/libs/hwui/Android.bp +++ b/libs/hwui/Android.bp @@ -26,9 +26,6 @@ cc_defaults { // a problem "-Wno-free-nonheap-object", - // 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 |