Chromium Code Reviews| Index: build/android/lint/suppressions.xml |
| diff --git a/build/android/lint/suppressions.xml b/build/android/lint/suppressions.xml |
| index 210594b578658a17c26e988910ae5f72ccfb6ac8..632cc5b920a4c6bafe4648bdf22ef08ab4376ed5 100644 |
| --- a/build/android/lint/suppressions.xml |
| +++ b/build/android/lint/suppressions.xml |
| @@ -108,8 +108,9 @@ Still reading? |
| <issue id="UnusedResources"> |
| <!-- Used by Android's policies system --> |
| <ignore regexp="restriction_values.xml" /> |
| - |
| <ignore path="android_webview/tools/automated_ui_tests/java/res/" /> |
| + <!-- This file isn't used if the target SDK version is less than 24 --> |
|
Ted C
2016/08/05 20:48:33
maybe add a TODO to remove this suppression once w
estevenson
2016/08/05 21:21:45
Done.
|
| + <ignore path="chrome/android/java/res/xml/network_security_config.xml" /> |
| </issue> |
| <issue id="SignatureOrSystemPermissions" severity="ignore"/> |
| <issue id="UnusedAttribute" severity="ignore"/> |