am fd6b1ac8: Remove ProGuard warning
* commit 'fd6b1ac82273f51bc1ab27cc054ae6bf0ee8a4bd': Remove ProGuard warningmain
commit
952aebc52d
|
@ -14,3 +14,10 @@
|
||||||
-keepclassmembers class * {
|
-keepclassmembers class * {
|
||||||
native <methods>;
|
native <methods>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Keep classes that are used as a parameter type of methods that are also marked as keep
|
||||||
|
# to preserve changing those methods' signature.
|
||||||
|
-keep class com.android.inputmethod.latin.utils.LanguageModelParam
|
||||||
|
-keep class com.android.inputmethod.latin.AssetFileAddress
|
||||||
|
-keep class com.android.inputmethod.latin.makedict.ProbabilityInfo
|
||||||
|
-keep class com.android.inputmethod.latin.Dictionary
|
||||||
|
|
Loading…
Reference in New Issue