
1. Move entire library from v2/library/ to v2/library/core 2. Add v2/library/all that depends on v2/library/core Issue: #2139 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150455693
8 lines
288 B
Plaintext
8 lines
288 B
Plaintext
# Accessed via reflection in SubtitleDecoderFactory.DEFAULT
|
|
-keepclassmembers class com.google.android.exoplayer2.text.cea.Cea608Decoder {
|
|
public <init>(java.lang.String, int);
|
|
}
|
|
-keepclassmembers class com.google.android.exoplayer2.text.cea.Cea708Decoder {
|
|
public <init>(int);
|
|
}
|