mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
# Proguard rules specific to the AV1 extension.
|
|
|
|
# This prevents the names of native methods from being obfuscated.
|
|
-keepclasseswithmembernames class * {
|
|
native <methods>;
|
|
}
|
|
|