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
commita9d0aa4b97c9e377ccf5cbbe2f5ee8ca44fdbc6f (patch)
treec0d4ab32c99555434ea3a5854b9a01b559b711e9 /Android.mk
parentb19ad6fd50e048feca04db60e0da174c9eac430b (diff)
downloadandroid_packages_apps_Exchange-a9d0aa4b97c9e377ccf5cbbe2f5ee8ca44fdbc6f.tar.gz
android_packages_apps_Exchange-a9d0aa4b97c9e377ccf5cbbe2f5ee8ca44fdbc6f.tar.bz2
android_packages_apps_Exchange-a9d0aa4b97c9e377ccf5cbbe2f5ee8ca44fdbc6f.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 484e6217..794feec4 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