Skip to content

Commit

Permalink
Suppress lint warnings in leanback module.
Browse files Browse the repository at this point in the history
These warnings are caused by the fact that this is a library and the
lint check doesn't see any app using the library in a TV context.

PiperOrigin-RevId: 407110725
  • Loading branch information
tonihei committed Nov 3, 2021
1 parent 5a98c82 commit cddebdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extensions/leanback/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
limitations under the License.
-->

<manifest package="com.google.android.exoplayer2.ext.leanback">
<manifest xmlns:tools="http://schemas.android.com/tools"
package="com.google.android.exoplayer2.ext.leanback"
tools:ignore="MissingLeanbackLauncher,ImpliedTouchscreenHardware,MissingLeanbackSupport">
<uses-sdk />
</manifest>

0 comments on commit cddebdc

Please sign in to comment.