mirror of
https://github.com/samsonjs/media.git
synced 2026-04-02 10:45:51 +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>;
|
|
}
|
|
|