From 2c07fc68fd2180f84c917c64ed2fd95f435ffcd9 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Thu, 7 Dec 2017 11:22:00 -0800 Subject: [PATCH] Add default -Werror to cts. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I4900286f75c4f0ee17967085ed7012ddbe6024c9 --- cc/config/global.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cc/config/global.go b/cc/config/global.go index 4057317d5..a3d2b04f9 100644 --- a/cc/config/global.go +++ b/cc/config/global.go @@ -132,8 +132,6 @@ var ( // Some Android.mk files still have warnings. WarningAllowedOldProjects = []string{ - "cts/hostsidetests/security/securityPatch/", - "cts/tests/tests/permission/jni/", "frameworks/av/drm/mediacas/plugins/", "frameworks/av/services/mediaextractor/", "frameworks/webview/chromium/",