Skip to content

Commit

Permalink
Clean up build artifacts from Browser - do not merge
Browse files Browse the repository at this point in the history
(Cherry pick from master)

Bug: 5284700
Change-Id: I6b43d89150ec062b24ac5d988f38c8d1fa023fc0
  • Loading branch information
Jason Chen authored and Ben Murdoch committed Sep 22, 2011
1 parent 43f4772 commit d02ec2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CleanSpec.mk
Expand Up @@ -44,6 +44,8 @@
#$(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/Browser_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/Browser.apk)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Browser_intermediates)

# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
Expand Down

0 comments on commit d02ec2f

Please sign in to comment.