mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix proguard rule to also keep referenced class name
PiperOrigin-RevId: 579234050
(cherry picked from commit bce82bdc75)
This commit is contained in:
parent
40094273ea
commit
d8d552af59
1 changed files with 5 additions and 0 deletions
|
|
@ -4,3 +4,8 @@
|
|||
-keepclasseswithmembernames class * {
|
||||
native <methods>;
|
||||
}
|
||||
|
||||
# This method is called from native code
|
||||
-keep, includedescriptorclasses class androidx.media3.decoder.ffmpeg.FfmpegAudioDecoder {
|
||||
private java.nio.ByteBuffer growOutputBuffer(androidx.media3.decoder.SimpleDecoderOutputBuffer, int);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue