From 58fbf8c1af1d8f710db021f5f52f59db80c724e0 Mon Sep 17 00:00:00 2001 From: Andrew Stadler Date: Mon, 22 Feb 2010 13:39:55 -0800 Subject: [PATCH] Disable ProGuard. It breaks debugging. --- Android.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/Android.mk b/Android.mk index 484e62179..794feec44 100644 --- a/Android.mk +++ b/Android.mk @@ -28,9 +28,6 @@ LOCAL_JAVA_STATIC_LIBRARIES := android-common LOCAL_PACKAGE_NAME := Email -LOCAL_PROGUARD_ENABLED := full -LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags - include $(BUILD_PACKAGE) # additionally, build unit tests in a separate .apk