summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-12-10 16:59:20 +0100
committerMichael Jurka <mikejurka@google.com>2013-12-10 18:28:50 +0100
commit8e88cb84781907afb7cca80581fea2277264fd2c (patch)
treebb7ff17add61df64806b7e14eb01d59144908366 /CleanSpec.mk
parent33231f587e1a6f716af68e6198df774d2847a8e5 (diff)
downloadandroid_packages_apps_Trebuchet-8e88cb84781907afb7cca80581fea2277264fd2c.tar.gz
android_packages_apps_Trebuchet-8e88cb84781907afb7cca80581fea2277264fd2c.tar.bz2
android_packages_apps_Trebuchet-8e88cb84781907afb7cca80581fea2277264fd2c.zip
Move wallpaper picker code to a separate directory
Change-Id: Id79d11ed08085c4fe356739498a8b77952e30392
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index c1323951b..b2c5266fa 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -50,6 +50,8 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_interm
$(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/Launcher2_intermediates)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/Launcher2.apk)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST