mirror of
https://github.com/samsonjs/media.git
synced 2026-04-16 13:05:46 +00:00
Add proguard config for Opus extension.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=112776882
This commit is contained in:
parent
a9720457d8
commit
da2752137b
1 changed files with 6 additions and 0 deletions
6
extensions/opus/src/main/proguard.cfg
Normal file
6
extensions/opus/src/main/proguard.cfg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Proguard rules specific to the Opus extension.
|
||||
|
||||
# This prevents the names of native methods from being obfuscated.
|
||||
-keepclasseswithmembernames class * {
|
||||
native <methods>;
|
||||
}
|
||||
Loading…
Reference in a new issue