Add proguard config for Opus extension.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=112776882
This commit is contained in:
olly 2016-01-22 05:42:13 -08:00 committed by Oliver Woodman
parent a9720457d8
commit da2752137b

View 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>;
}