From 7434c565ffcce1ac05d9184912eb2dbe3ec5ea82 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Tue, 12 Dec 2017 16:10:24 -0800 Subject: [PATCH] Add default -Werror to libeffects and mediaextractor. bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ic0522ede6c62382c1c36f11ababcd389f7bcffd5 --- cc/config/global.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cc/config/global.go b/cc/config/global.go index bfb53e9fa..47344985e 100644 --- a/cc/config/global.go +++ b/cc/config/global.go @@ -123,7 +123,6 @@ var ( "external/libese/third_party/NXPNFC_P61_JCOP_Kit/", "external/skia/", "device/", - "frameworks/av/media/libeffects/factory/", "frameworks/av/media/libstagefright/codecs/", "vendor/", } @@ -131,7 +130,6 @@ var ( // Some Android.mk files still have warnings. WarningAllowedOldProjects = []string{ "frameworks/av/drm/mediacas/plugins/", - "frameworks/av/services/mediaextractor/", "hardware/libhardware/modules/", "hardware/qcom/", "tools/adt/idea/android/ultimate/get_modification_time/jni/",