Chromium Code Reviews| Index: build/android/lint/suppressions.xml |
| diff --git a/build/android/lint/suppressions.xml b/build/android/lint/suppressions.xml |
| index 814085668df50e5d63cd405a68a7c64fffe109de..da02211d227dd0983144418dd3bbe5443ddbfce2 100644 |
| --- a/build/android/lint/suppressions.xml |
| +++ b/build/android/lint/suppressions.xml |
| @@ -24,6 +24,10 @@ Still reading? |
| <issue id="AllowBackup"> |
| <ignore path="AndroidManifest.xml"/> |
| </issue> |
| + <issue id="Assert"> |
| + <ignore regexp="mojo/public/java/src/.*"/> |
| + <ignore regexp="mojo/bindings/java/src/.*"/> |
|
rmcilroy
2014/07/14 14:44:56
Could I ask what this is required for?
qsr
2014/07/15 12:03:15
The version of java lint has been upgraded. It now
rmcilroy
2014/07/15 18:11:57
Thanks for the info. This is fine.
|
| + </issue> |
| <issue id="CommitPrefEdits"> |
| <ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/ticl/android2/channel/AndroidChannelPreferences.java"/> |
| </issue> |