mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Exclude controller test app from @UnstableApi
lint
This app is designed to exercise various session/controller interactions rather than be a demo/template app to show how to implement a 'normal' app. PiperOrigin-RevId: 557399828
This commit is contained in:
parent
7b663eea2f
commit
c1a7d0f3aa
2
lint.xml
2
lint.xml
@ -25,5 +25,7 @@
|
||||
regexp='\(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
|
||||
<ignore path='demos/transformer/'
|
||||
regexp='\(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
|
||||
<ignore path='testapps/'
|
||||
regexp='\(markerClass = androidx\.media3\.common\.util\.UnstableApi\.class\)' />
|
||||
</issue>
|
||||
</lint>
|
||||
|
Loading…
x
Reference in New Issue
Block a user