summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAndrew Stadler <stadler@android.com>2010-02-22 13:39:55 -0800
committerAndrew Stadler <stadler@android.com>2010-02-22 13:39:55 -0800
commit58fbf8c1af1d8f710db021f5f52f59db80c724e0 (patch)
tree299b856541a225d2f4d951f1efc80b8af20785bf /Android.mk
parentc98a6131537a08a9eadae9986c39ffae225366a2 (diff)
downloadandroid_packages_apps_Email-58fbf8c1af1d8f710db021f5f52f59db80c724e0.tar.gz
android_packages_apps_Email-58fbf8c1af1d8f710db021f5f52f59db80c724e0.tar.bz2
android_packages_apps_Email-58fbf8c1af1d8f710db021f5f52f59db80c724e0.zip
Disable ProGuard. It breaks debugging.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 0 insertions, 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