summaryrefslogtreecommitdiffstats
path: root/cleanspec.mk
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2010-01-11 15:45:42 -0500
committerJoe Onorato <joeo@android.com>2010-01-11 15:45:42 -0500
commitc38d5011efc3f41ae5cdec7cfc19ff8136134d61 (patch)
tree3d99cc091ace6acfa28703f010a5cb545a1bd6e2 /cleanspec.mk
parentff22b0032962c14b8af63d5d13bd353f88087fa2 (diff)
downloadbuild-c38d5011efc3f41ae5cdec7cfc19ff8136134d61.zip
build-c38d5011efc3f41ae5cdec7cfc19ff8136134d61.tar.gz
build-c38d5011efc3f41ae5cdec7cfc19ff8136134d61.tar.bz2
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/VoiceSearchWithKeyboard.apk)
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 35ac5ac..5c9dd56 100644
--- a/cleanspec.mk
+++ b/cleanspec.mk
@@ -135,6 +135,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libmediaplayerservice_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libstagefright_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/GoogleServicesFramework_intermediates)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/VoiceSearchWithKeyboard.apk)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST