Add default -Werror to libeffects and mediaextractor. am: 7434c565ff

am: e8160f5c32

Change-Id: I4366f84c59582d6f9ffb513711c3a8135c779b58
This commit is contained in:
Chih-Hung Hsieh
2017-12-13 06:15:54 +00:00
committed by android-build-merger

View File

@@ -123,7 +123,6 @@ var (
"external/libese/third_party/NXPNFC_P61_JCOP_Kit/", "external/libese/third_party/NXPNFC_P61_JCOP_Kit/",
"external/skia/", "external/skia/",
"device/", "device/",
"frameworks/av/media/libeffects/factory/",
"frameworks/av/media/libstagefright/codecs/", "frameworks/av/media/libstagefright/codecs/",
"vendor/", "vendor/",
} }
@@ -131,7 +130,6 @@ var (
// Some Android.mk files still have warnings. // Some Android.mk files still have warnings.
WarningAllowedOldProjects = []string{ WarningAllowedOldProjects = []string{
"frameworks/av/drm/mediacas/plugins/", "frameworks/av/drm/mediacas/plugins/",
"frameworks/av/services/mediaextractor/",
"hardware/libhardware/modules/", "hardware/libhardware/modules/",
"hardware/qcom/", "hardware/qcom/",
"tools/adt/idea/android/ultimate/get_modification_time/jni/", "tools/adt/idea/android/ultimate/get_modification_time/jni/",