mirror of
https://github.com/androidx/media.git
synced 2025-05-07 23:50:44 +08:00
Fix proguard rule to also keep referenced class name
PiperOrigin-RevId: 579234050 (cherry picked from commit bce82bdc752a8da1d7c1f78bdfb417414407849b)
This commit is contained in:
parent
40094273ea
commit
d8d552af59
@ -4,3 +4,8 @@
|
|||||||
-keepclasseswithmembernames class * {
|
-keepclasseswithmembernames class * {
|
||||||
native <methods>;
|
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…
x
Reference in New Issue
Block a user