Move DataSink and upstream.crypto to common

PiperOrigin-RevId: 402812895
This commit is contained in:
olly 2021-10-13 14:18:40 +01:00 committed by Oliver Woodman
parent db84773c01
commit fe0a5662de
6 changed files with 0 additions and 5 deletions

View File

@ -19,8 +19,6 @@ import static com.google.android.exoplayer2.util.Util.castNonNull;
import static java.lang.Math.min;
import androidx.annotation.Nullable;
import com.google.android.exoplayer2.upstream.DataSink;
import com.google.android.exoplayer2.upstream.DataSpec;
import java.io.IOException;
import javax.crypto.Cipher;

View File

@ -21,9 +21,6 @@ import static com.google.android.exoplayer2.util.Util.castNonNull;
import android.net.Uri;
import androidx.annotation.Nullable;
import com.google.android.exoplayer2.C;
import com.google.android.exoplayer2.upstream.DataSource;
import com.google.android.exoplayer2.upstream.DataSpec;
import com.google.android.exoplayer2.upstream.TransferListener;
import java.io.IOException;
import java.util.List;
import java.util.Map;