diff options
| author | Marc Blank <mblank@google.com> | 2012-03-15 11:26:55 -0700 |
|---|---|---|
| committer | Marc Blank <mblank@google.com> | 2012-03-15 13:43:21 -0700 |
| commit | 2c82c60e562067115f1aa7b42e909f3e4b6582c3 (patch) | |
| tree | defaafe5c6e03d4236731d763a23b83c39938259 /CleanSpec.mk | |
| parent | 363d26a26bafd072ce0aad06b78e457a0932b731 (diff) | |
| download | android_packages_apps_Email-2c82c60e562067115f1aa7b42e909f3e4b6582c3.tar.gz android_packages_apps_Email-2c82c60e562067115f1aa7b42e909f3e4b6582c3.tar.bz2 android_packages_apps_Email-2c82c60e562067115f1aa7b42e909f3e4b6582c3.zip | |
Change rsc file order; remove unused xml files
Change-Id: Iffea850dc83c8480e6d1a03a5a8c94587b77c579
Diffstat (limited to 'CleanSpec.mk')
| -rw-r--r-- | CleanSpec.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk index f9a9ad346..f9b723970 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -60,6 +60,9 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/EmailGoogle_inte $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email_intermediates) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/EmailGoogle_intermediates) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email2_intermediates) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email_intermediates) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/EmailGoogle_intermediates) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email2_intermediates) # ************************************************ # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST |
