Merge "Snap for 5978377 from 8759893b15627e09a76140ae550f478c782d3387 to androidx-core-release" into androidx-core-release
tree: cdcd594f11e7b9b08e64d57fd017a07f32d77bc0
  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.