mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Follow-up to I97df1c3d4076fe97657ebc3b086cccd2b97e9a9a
Change-Id: I741a12508a3a05e2e517e187a7f197e6a661eddb
This commit is contained in:
parent
b1b21d4eea
commit
0053bc5832
@ -1,16 +1,16 @@
|
|||||||
# Keep classes and methods that have the @UsedForTesting annotation
|
# Keep classes and methods that have the @UsedForTesting annotation
|
||||||
-keep @com.android.inputmethod.annotations.UsedForTesting class *
|
-keep @com.android.inputmethod.annotations.UsedForTesting class *
|
||||||
-keepclassmembers class * {
|
-keepclassmembers class * {
|
||||||
@com.android.inputmethod.annotations.UsedForTesting *;
|
@com.android.inputmethod.annotations.UsedForTesting *;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Keep classes and methods that have the @ExternallyReferenced annotation
|
# Keep classes and methods that have the @ExternallyReferenced annotation
|
||||||
-keep @com.android.inputmethod.annotations.ExternallyReferenced class *
|
-keep @com.android.inputmethod.annotations.ExternallyReferenced class *
|
||||||
-keepclassmembers class * {
|
-keepclassmembers class * {
|
||||||
@com.android.inputmethod.annotations.ExternallyReferenced *;
|
@com.android.inputmethod.annotations.ExternallyReferenced *;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Keep native methods
|
# Keep native methods
|
||||||
-keep class * {
|
-keepclassmembers class * {
|
||||||
native <methods>;
|
native <methods>;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user