From 77abc230f67badd5fc4fff65495ee7dfa45b8b08 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Wed, 13 Dec 2017 16:14:48 -0800 Subject: [PATCH] Add default -Werror to tools/adt/idea Bug: 66996870 Test: normal build Change-Id: Id5493eacf546d3246f501ca70bac26312837947e --- cc/config/global.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cc/config/global.go b/cc/config/global.go index e1cb39bf4..6de1300a1 100644 --- a/cc/config/global.go +++ b/cc/config/global.go @@ -128,7 +128,6 @@ var ( WarningAllowedOldProjects = []string{ "hardware/libhardware/modules/", "hardware/qcom/", - "tools/adt/idea/android/ultimate/get_modification_time/jni/", } )