mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
7 lines
179 B
Text
7 lines
179 B
Text
# Proguard rules specific to the AV1 extension.
|
|
|
|
# This prevents the names of native methods from being obfuscated.
|
|
-keepclasseswithmembernames class * {
|
|
native <methods>;
|
|
}
|
|
|