Add default -Werror to external/skia.

Test: normal build
Change-Id: If66639a9000865e14c1ad5288b8642dfe5583f56
This commit is contained in:
Chih-Hung Hsieh
2017-12-13 14:31:24 -08:00
committed by Chih-hung Hsieh
parent cc64cfd81f
commit 1ef5ed54ee

View File

@@ -120,7 +120,6 @@ var (
ClangDefaultShortVersion = "5.0.1" ClangDefaultShortVersion = "5.0.1"
WarningAllowedProjects = []string{ WarningAllowedProjects = []string{
"external/skia/",
"device/", "device/",
"vendor/", "vendor/",
} }