From 65d7228a566b0805e156e07528661edcf4cecfad Mon Sep 17 00:00:00 2001 From: roldenburg Date: Mon, 31 Jul 2017 13:08:17 -0700 Subject: 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 --- java/com/android/dialer/strictmode/proguard.flags | 1 - 1 file changed, 1 deletion(-) delete mode 100644 java/com/android/dialer/strictmode/proguard.flags (limited to 'java/com/android/dialer') 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 * ; } -- cgit v1.2.3