summaryrefslogtreecommitdiff
path: root/java/com/android/dialer
diff options
context:
space:
mode:
authorroldenburg <roldenburg@google.com>2017-07-31 13:08:17 -0700
committerEric Erfanian <erfanian@google.com>2017-08-01 08:39:07 -0700
commit65d7228a566b0805e156e07528661edcf4cecfad (patch)
treeccbec2596ab12fa0e7eae1dba9f7d9e27e5e9b6f /java/com/android/dialer
parent70dce4edfc06166c9672fc490053ad1c2e88e889 (diff)
Fix crash placing Fi calls on dogfood
We added a new proguard flag recently and for some reason it is causing issues with Fi calling on dogfood builds. I'm fixing the crash here and will work with Zach to determine why this is causing issues. The new flag that is causing trouble was added in http://cl/163521622 Bug: 64206675 Test: manual (mulitple builds confirming no longer crashes) PiperOrigin-RevId: 163736443 Change-Id: Id30188699f7e9a40fbe23df18700b7104e1b551a
Diffstat (limited to 'java/com/android/dialer')
-rw-r--r--java/com/android/dialer/strictmode/proguard.flags1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/com/android/dialer/strictmode/proguard.flags b/java/com/android/dialer/strictmode/proguard.flags
deleted file mode 100644
index 785f9ae86..000000000
--- a/java/com/android/dialer/strictmode/proguard.flags
+++ /dev/null
@@ -1 +0,0 @@
--assumenosideeffects class com.android.dialer.strictmode.DialerStrictMode { public * ; }