diff options
Diffstat (limited to 'proguard.flags')
| -rw-r--r-- | proguard.flags | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags index c707f7648..8eafd307c 100644 --- a/proguard.flags +++ b/proguard.flags @@ -7,4 +7,9 @@ -keepclassmembers class * { @**.NeededForTesting *; } +# TODO: remove this after call composer gets more integrated. +# for the time being, this is here so that the tests don't fail when encountering dead code. +-keep class com.android.phone.callcomposer.** { + *; +} -verbose
\ No newline at end of file |
