Merge "Follow-up to I97df1c3d4076fe97657ebc3b086cccd2b97e9a9a"
commit
16c418bebc
|
@ -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