aboutsummaryrefslogtreecommitdiffstats
path: root/java/proguard.flags
blob: d65924f7c4af152108c0b9b89b66d0a3c9d8106c (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Keep classes and methods that have the @UsedForTesting annotation
-keep @com.android.inputmethod.annotations.UsedForTesting class *
-keepclassmembers class * {
@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 *;
}