blob: dfd6702765610fa348b69fab8b42faa72f680709 [file] [log] [blame]
Hans Boehm75ca21c2015-03-11 18:43:24 -07001# Some small BoundedRational methods like equals() are not used by the
2# calculator, but crucial for testing.
3
4-keepclassmembers class com.android.calculator2.BoundedRational { *; }