Update exoplayer prebuilt

The prebuilt is sync'ed at CL 267066415

Bug: 80234218
Bug: 111921424
Change-Id: I00267f01604562ef99f7a219ded1814b0cb363a6
5 files changed
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.