media/library
olly bffe2f7bb3 Fix 2 ErrorProneStyle findings:
* @Reason is not a TYPE_USE annotation, so should appear before any modifiers and after Javadocs.
  (see go/java-style#s4.8.5-annotations)
* Curly braces should be used for inline Javadoc tags: {@code ...}
  (see http://go/bugpattern/InvalidInlineTag)

This CL looks good? Just LGTM and Approve it!
This CL doesn’t look good? This is what you can do:
* Revert this CL, by replying "REVERT: <provide reason>"
* File a bug under go/error-prone-bug for category ErrorProneStyle if the change looks generally problematic.
* Revert this CL and not get a CL that cleans up these paths in the future by
replying "BLOCKLIST: <provide reason>". This is not reversible! We recommend to
opt out the respective paths in your CL Robot configuration instead:
go/clrobot-opt-out.

This CL was generated by CL Robot - a tool that cleans up code findings
(go/clrobot). The affected code paths have been enabled for CL Robot in //depot/google3/java/com/google/android/libraries/media/METADATA which is reachable following include_presubmits from //depot/google3/third_party/java_src/android_libs/media/METADATA.
Anything wrong with the signup? File a bug at go/clrobot-bug.

#codehealth

PiperOrigin-RevId: 404769260
2021-10-21 18:25:26 +01:00
..
all Fix remaining releaseArtifactId renames 2021-10-19 14:36:15 +01:00
common Move upstream.cache to common ahead of module split 2021-10-20 14:02:32 +01:00
core Fix 2 ErrorProneStyle findings: 2021-10-21 18:25:26 +01:00
dash Rename releaseArtifact to releaseArtifactId 2021-10-18 22:45:47 +01:00
extractor Finalize text package 2021-10-19 17:32:24 +01:00
hls Rename releaseArtifact to releaseArtifactId 2021-10-18 22:45:47 +01:00
rtsp Rename releaseArtifact to releaseArtifactId 2021-10-18 22:45:47 +01:00
smoothstreaming Rename releaseArtifact to releaseArtifactId 2021-10-18 22:45:47 +01:00
transformer Rename releaseArtifact to releaseArtifactId 2021-10-18 22:45:47 +01:00
ui Move translated strings for download notification to lib-exoplayer 2021-10-20 13:39:38 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.