summaryrefslogtreecommitdiffstats
path: root/proguard.flags
blob: dfd6702765610fa348b69fab8b42faa72f680709 (plain)
1
2
3
4
# Some small BoundedRational methods like equals() are not used by the
# calculator, but crucial for testing.

-keepclassmembers class com.android.calculator2.BoundedRational { *; }