mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Keep FlacStreamInfo unobfuscated as it is accessed from native methods
Issue: #2427 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146905629
This commit is contained in:
parent
de46ed7fb9
commit
ef41303a04
1 changed files with 4 additions and 1 deletions
|
|
@ -5,7 +5,10 @@
|
||||||
native <methods>;
|
native <methods>;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Some members of this class are being accessed from native methods. Keep them unobfuscated.
|
# 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.ext.flac.FlacDecoderJni {
|
||||||
*;
|
*;
|
||||||
}
|
}
|
||||||
|
-keep class com.google.android.exoplayer2.util.FlacStreamInfo {
|
||||||
|
*;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue