mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Issue: #2427 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146905629
14 lines
426 B
Text
14 lines
426 B
Text
# Proguard rules specific to the Flac extension.
|
|
|
|
# This prevents the names of native methods from being obfuscated.
|
|
-keepclasseswithmembernames class * {
|
|
native <methods>;
|
|
}
|
|
|
|
# Some members of these classes are being accessed from native methods. Keep them unobfuscated.
|
|
-keep class com.google.android.exoplayer2.ext.flac.FlacDecoderJni {
|
|
*;
|
|
}
|
|
-keep class com.google.android.exoplayer2.util.FlacStreamInfo {
|
|
*;
|
|
}
|