Add default -Werror to tools/adt/idea

Bug: 66996870
Test: normal build
Change-Id: Id5493eacf546d3246f501ca70bac26312837947e
This commit is contained in:
Chih-Hung Hsieh
2017-12-13 16:14:48 -08:00
committed by Chih-hung Hsieh
parent 1ef5ed54ee
commit 77abc230f6

View File

@@ -128,7 +128,6 @@ var (
WarningAllowedOldProjects = []string{ WarningAllowedOldProjects = []string{
"hardware/libhardware/modules/", "hardware/libhardware/modules/",
"hardware/qcom/", "hardware/qcom/",
"tools/adt/idea/android/ultimate/get_modification_time/jni/",
} }
) )