am 16c418be: Merge "Follow-up to I97df1c3d4076fe97657ebc3b086cccd2b97e9a9a"
* commit '16c418bebcb0ff5347235b2a5963b983eae2fb64': Follow-up to I97df1c3d4076fe97657ebc3b086cccd2b97e9a9amain
commit
17e37743dd
|
@ -1,16 +1,16 @@
|
|||
# Keep classes and methods that have the @UsedForTesting annotation
|
||||
-keep @com.android.inputmethod.annotations.UsedForTesting class *
|
||||
-keepclassmembers class * {
|
||||
@com.android.inputmethod.annotations.UsedForTesting *;
|
||||
@com.android.inputmethod.annotations.UsedForTesting *;
|
||||
}
|
||||
|
||||
# Keep classes and methods that have the @ExternallyReferenced annotation
|
||||
-keep @com.android.inputmethod.annotations.ExternallyReferenced class *
|
||||
-keepclassmembers class * {
|
||||
@com.android.inputmethod.annotations.ExternallyReferenced *;
|
||||
@com.android.inputmethod.annotations.ExternallyReferenced *;
|
||||
}
|
||||
|
||||
# Keep native methods
|
||||
-keep class * {
|
||||
native <methods>;
|
||||
-keepclassmembers class * {
|
||||
native <methods>;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue