Add default -Werror to tools/adt/idea am: 77abc230f6

am: bf72465fd3

Change-Id: Ia24a6159338ef5c1e1ac568aa75fb325e89a8da6
This commit is contained in:
Chih-Hung Hsieh
2017-12-15 23:44:59 +00:00
committed by android-build-merger

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/",
} }
) )