From 8ca48361ef52162c53c9a166436609723c9ae0b0 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Mon, 4 Dec 2017 20:30:02 -0800 Subject: [PATCH] Reduce WarningAllowedProjects. * Warnings were fixed or suppressed in these projects. Test: normal build Change-Id: I24ef1b59d6c5ccd50979b7d792764de9d6da7e30 --- cc/config/global.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cc/config/global.go b/cc/config/global.go index fb71e6aa7..a18609b9a 100644 --- a/cc/config/global.go +++ b/cc/config/global.go @@ -127,11 +127,9 @@ var ( "frameworks/av/media/libstagefright/codecs/", "frameworks/base/tools/streaming_proto/", "frameworks/ml/nn/", - "frameworks/native/libs/vr/libbufferhub/", "frameworks/native/libs/vr/libbufferhubqueue/", "frameworks/native/libs/vr/libdvr/tests/", "frameworks/native/services/surfaceflinger/tests/", - "frameworks/native/services/vr/", "vendor/", } @@ -139,20 +137,15 @@ var ( WarningAllowedOldProjects = []string{ "cts/hostsidetests/security/securityPatch/", "cts/tests/tests/permission/jni/", - "development/tutorials/ReverseDebug/", "frameworks/av/drm/mediacas/plugins/", "frameworks/av/services/mediaextractor/", - "frameworks/base/core/tests/webkit/apk_with_native_libs/jni/", "frameworks/base/tests/backup/", "frameworks/native/cmds/cmd/", "frameworks/webview/chromium/", "hardware/libhardware/modules/", - "hardware/libhardware/tests/", "hardware/qcom/", "sdk/emulator/mksdcard/", "system/vold/tests/", - "test/vts-testcase/kernel/api/qtaguid/", - "test/vts-testcase/security/poc/target/", "tools/adt/idea/android/ultimate/get_modification_time/jni/", } )