diff options
| author | Andrew Stadler <stadler@android.com> | 2010-02-22 13:39:55 -0800 |
|---|---|---|
| committer | Andrew Stadler <stadler@android.com> | 2010-02-22 13:39:55 -0800 |
| commit | 58fbf8c1af1d8f710db021f5f52f59db80c724e0 (patch) | |
| tree | 299b856541a225d2f4d951f1efc80b8af20785bf /Android.mk | |
| parent | c98a6131537a08a9eadae9986c39ffae225366a2 (diff) | |
| download | android_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.mk | 3 |
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 |
