X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=CleanSpec.mk;h=dd945b09c75c8c41ca63fd45214b2d2b800ec6de;hb=a5380779fdb646b295dd84a0db4cb48c0d98b63a;hp=3a53b9cd22751d35d4cd5ffa5bc630217f024efc;hpb=37883ceccc6edfb8c3afbe5b5a7c399d94e793a1;p=android-x86%2Fpackages-apps-Camera2.git diff --git a/CleanSpec.mk b/CleanSpec.mk index 3a53b9cd2..dd945b09c 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -43,12 +43,7 @@ #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates) #$(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 $(PRODUCT_OUT)/obj/APPS/Camera*) -$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Camera*) -$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/Gallery*) -$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*) -$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*) -$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Gallery*) + # ************************************************ # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST