Fix proguard rule to also keep referenced class name

PiperOrigin-RevId: 579234050
This commit is contained in:
tonihei 2023-11-03 10:51:12 -07:00 committed by Copybara-Service
parent 229d9713a4
commit bce82bdc75

View File

@ -6,6 +6,6 @@
}
# This method is called from native code
-keep class androidx.media3.decoder.ffmpeg.FfmpegAudioDecoder {
-keep, includedescriptorclasses class androidx.media3.decoder.ffmpeg.FfmpegAudioDecoder {
private java.nio.ByteBuffer growOutputBuffer(androidx.media3.decoder.SimpleDecoderOutputBuffer, int);
}