mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

*** Original commit ***
Rollback of 07302a23bd
*** Original commit ***
Remove `@Nullable` from `MediaSource.Factory` setters
The null-behaviour of these methods creates a minimization footgun,
because **any** call to these setters will prevent R8 from removing
the default implementation (even if it's never used by the app) - this
is because R8 can't tell the default imple...
***
PiperOrigin-RevId: 450453325
Test utils module
Provides utility classes for media unit and instrumentation tests.