Add default -Werror to hardware/libhardware/modules

Bug: 66996870
Test: normal build
Change-Id: I0e38533b0fa2970524ac98eca25b2c2fd472fc31
This commit is contained in:
Chih-Hung Hsieh 2017-12-13 21:41:00 -08:00
parent 04bd5080bf
commit 41fe048372
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ var (
// Some Android.mk files still have warnings. // Some Android.mk files still have warnings.
WarningAllowedOldProjects = []string{ WarningAllowedOldProjects = []string{
"hardware/libhardware/modules/",
"hardware/qcom/", "hardware/qcom/",
} }
) )