PiperOrigin-RevId: 620271247
This commit is contained in:
Googler 2024-03-29 10:04:53 -07:00 committed by Copybara-Service
parent b584abfaba
commit 136baa148f

View File

@ -13,12 +13,6 @@
-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.**