summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-10-05 17:37:30 -0400
committerJoe Onorato <joeo@google.com>2010-10-06 10:44:45 -0400
commit5d9294a0cbab2260e142dfd51fc3c4103648597d (patch)
treed5a6c77b7a22d95c70000318b3e5694ef713e535 /CleanSpec.mk
parentac4b41ef394fb61ac11c24d84742fe3d6099f855 (diff)
downloaddevice_samsung_crespo-5d9294a0cbab2260e142dfd51fc3c4103648597d.zip
device_samsung_crespo-5d9294a0cbab2260e142dfd51fc3c4103648597d.tar.gz
device_samsung_crespo-5d9294a0cbab2260e142dfd51fc3c4103648597d.tar.bz2
One characteristic of crespo is that it doesn't have an sdcard.
Change-Id: If6afdcefe53d0437feeffd858a5a5c756e2bbd6b
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index b74b6ed..a52a7c8 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -43,6 +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, find $(PRODUCT_OUT) -name "*.apk" | xargs rm)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST