media/libraries/decoder_iamf/src/main/proguard-rules.txt
2024-07-16 02:54:21 -07:00

6 lines
179 B
Text
Executable file

# Proguard rules specific to the IAMF extension.
# This prevents the names of native methods from being obfuscated.
-keepclasseswithmembernames class * {
native <methods>;
}