Internal change

PiperOrigin-RevId: 618879473
This commit is contained in:
Googler 2024-03-25 10:09:38 -07:00 committed by Copybara-Service
parent ab0391167c
commit f4e444bdd2

View file

@ -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.**