blob: 047e1c516a6e6c6b385a6f6360cf19ed8a89b37f [file] [log] [blame]
# Proguard rules for the JNI instrumentation tests.
# These classes are needed by the instrumentation testing framework. Keep them
# unobfuscated.
-keep class org.aomedia.avif.android.StillImageTest {
*;
}
-keep class org.aomedia.avif.android.AnimatedImageTest {
*;
}