Turn all warnings into errors

Bug: 121388682
Test: idmap2 builds
Change-Id: I6992c4d9b123a5e3d6cea91b1c83a90e57266837
This commit is contained in:
Todd Kennedy
2018-12-21 15:10:16 -08:00
parent e38816598f
commit 044803f44d

View File

@@ -23,6 +23,7 @@ cc_defaults {
],
tidy_flags: [
"-system-headers",
"-warnings-as-errors=*",
],
}