android13/external/exoplayer/tree/extensions/ffmpeg/proguard-rules.txt

7 lines
181 B
Plaintext

# Proguard rules specific to the FFmpeg extension.
# This prevents the names of native methods from being obfuscated.
-keepclasseswithmembernames class * {
native <methods>;
}