summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-12-10 23:47:28 +0100
committerMichael Jurka <mikejurka@google.com>2013-12-10 23:47:28 +0100
commit39de459a8621abfc91382ce7b4cdd37d09aaac12 (patch)
tree21357b3a777ad0ab5eb9f2c9628157897b44602b /CleanSpec.mk
parent8e88cb84781907afb7cca80581fea2277264fd2c (diff)
downloadandroid_packages_apps_Trebuchet-39de459a8621abfc91382ce7b4cdd37d09aaac12.tar.gz
android_packages_apps_Trebuchet-39de459a8621abfc91382ce7b4cdd37d09aaac12.tar.bz2
android_packages_apps_Trebuchet-39de459a8621abfc91382ce7b4cdd37d09aaac12.zip
Revert "Move wallpaper picker code to a separate directory"
This reverts commit 8e88cb84781907afb7cca80581fea2277264fd2c.
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index b2c5266fa..c1323951b 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -50,8 +50,6 @@ $(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