diff options
author | nebkat <nebkat@teamhacksung.org> | 2013-01-09 19:16:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2013-01-24 13:55:58 -0800 |
commit | 6d78f494f8669419aa52d2935134cb276ef1fbae (patch) | |
tree | 5141a7fb4789d88d0697c66777b4727fcc7601d0 | |
parent | bae2feef383280ce5151af656f09277c2bfae078 (diff) | |
download | packages_apps_trebuchet-6d78f494f8669419aa52d2935134cb276ef1fbae.zip packages_apps_trebuchet-6d78f494f8669419aa52d2935134cb276ef1fbae.tar.gz packages_apps_trebuchet-6d78f494f8669419aa52d2935134cb276ef1fbae.tar.bz2 |
CleanSpec: Trebuchet
Change-Id: Ib62491ac46bdc0b63d4d9b6fa069315f42c0af66
-rw-r--r-- | CleanSpec.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk index c132395..9ffad60 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -44,12 +44,12 @@ #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*) -$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) -$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) -$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) -$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) -$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) -$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/Launcher2.apk) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Trebuchet_intermediates) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Trebuchet_intermediates) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Trebuchet_intermediates) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Trebuchet_intermediates) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Trebuchet_intermediates) +$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/Trebuchet.apk) # ************************************************ # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST |