tree: cdcd594f11e7b9b08e64d57fd017a07f32d77bc0 [path history] [tgz]
  1. exoplayer-media2.jar
  2. LICENSE
  3. OWNERS
  4. proguard-rules.pro
  5. README.md
README.md

This directory stores repackaged ExoPlayer libraries for use by media2.

JARs are built from the ExoPlayer sources with the following modifications:

  • The package com.google.android.exoplayer2 is moved to androidx.media2.exoplayer.external.
  • All classes are marked @hide and @RestrictTo(Scope.LIBRARY_GROUP).
  • androidx.annotations are used instead of com.android.support.annotations.
  • The output JAR must be desugared.