mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Internal change
PiperOrigin-RevId: 618879473
This commit is contained in:
parent
ab0391167c
commit
f4e444bdd2
1 changed files with 6 additions and 0 deletions
|
|
@ -13,6 +13,12 @@
|
||||||
-keepclassmembers class androidx.media3.decoder.midi.MidiExtractor {
|
-keepclassmembers class androidx.media3.decoder.midi.MidiExtractor {
|
||||||
<init>();
|
<init>();
|
||||||
}
|
}
|
||||||
|
# copybara:strip_begin
|
||||||
|
# See b/329087264
|
||||||
|
-keep class androidx.media3.extractor.BinarySearchSeeker {
|
||||||
|
getSeekMap();
|
||||||
|
}
|
||||||
|
# copybara:strip_end
|
||||||
|
|
||||||
# Don't warn about checkerframework and Kotlin annotations
|
# Don't warn about checkerframework and Kotlin annotations
|
||||||
-dontwarn org.checkerframework.**
|
-dontwarn org.checkerframework.**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue