mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Suppress lint warnings in leanback module.
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
This commit is contained in:
parent
5a98c823fc
commit
cddebdcf03
1 changed files with 3 additions and 1 deletions
|
|
@ -14,6 +14,8 @@
|
||||||
limitations under the License.
|
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 />
|
<uses-sdk />
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue