Reduce WarningAllowedProjects.

* Warnings were fixed or suppressed in these projects.

Test: normal build
Change-Id: I24ef1b59d6c5ccd50979b7d792764de9d6da7e30
This commit is contained in:
Chih-Hung Hsieh 2017-12-04 20:30:02 -08:00
parent 73c2099534
commit 8ca48361ef
1 changed files with 0 additions and 7 deletions

View File

@ -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/",
}
)