Skip to content
Snippets Groups Projects
Commit 16c418be authored by Ken Wakasa's avatar Ken Wakasa Committed by Android (Google) Code Review
Browse files

Merge "Follow-up to I97df1c3d4076fe97657ebc3b086cccd2b97e9a9a"

parents 6c0e4121 0053bc58
No related branches found
No related tags found
No related merge requests found
# 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>;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment