Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
packages
/
apps
/
ExactCalculator
/
0b3a9fd4405fd023e4343d4ff6c8da5ffb1346f4
/
.
/
proguard.flags
blob: dfd6702765610fa348b69fab8b42faa72f680709 [
file
] [
log
] [
blame
]
# Some small BoundedRational methods like equals() are not used by the
# calculator, but crucial for testing.
-
keepclassmembers
class
com
.
android
.
calculator2
.
BoundedRational
{
*;
}