Commit bdb3c2f9 authored by jayker's avatar jayker Committed by Commit bot

Suppress invalid package lint errors for a Espresso dependency

A Espresso dependency (Dagger) throws an InvalidPackage lint error
for a javax.inject reference. Further details are in the bug.

BUG=648419

Review-Url: https://codereview.chromium.org/2350313004
Cr-Commit-Position: refs/heads/master@{#420494}
parent 63038c90
......@@ -136,6 +136,9 @@ Still reading?
</issue>
<issue id="InflateParams" severity="ignore" />
<issue id="InlinedApi" severity="ignore" />
<issue id="InvalidPackage" severity="Error">
<ignore regexp="espresso/espresso_core_java.interface.jar"/>
</issue>
<issue id="LabelFor" severity="Error">
<ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/activity_webview_browser.xml" />
</issue>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment