mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +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 {
|
||||
<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
|
||||
-dontwarn org.checkerframework.**
|
||||
|
|
|
|||
Loading…
Reference in a new issue