summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorTodd Kennedy <toddke@google.com>2011-05-03 14:42:26 -0700
committerTodd Kennedy <toddke@google.com>2011-05-05 12:00:27 -0700
commitc4cdb11d24c19428dd39f986b00c1a29e75e1505 (patch)
tree1f629694baded926959caf23853dd87eb06bbce6 /CleanSpec.mk
parentc96cd4a8483798dc16010b0e7b9b3e95e3361615 (diff)
downloadandroid_packages_apps_Email-c4cdb11d24c19428dd39f986b00c1a29e75e1505.tar.gz
android_packages_apps_Email-c4cdb11d24c19428dd39f986b00c1a29e75e1505.tar.bz2
android_packages_apps_Email-c4cdb11d24c19428dd39f986b00c1a29e75e1505.zip
Remove notification if messages seen off device
If we receive new messages, we may display a notification to the user. If those same messages are read elsewhere (i.e. via a web client), we will remove the notification. Change-Id: Iba09afe01942e0deaac8210fd6f9b315b1c8c93f
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index ebb255650..133cf331d 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -54,6 +54,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email_intermedia
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.emailcommon_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.emailcommon_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.emailcommon_intermediates)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.emailcommon_intermediates)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST