summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorSungmin Choi <sungmin.choi@lge.com>2015-05-20 11:01:03 +0900
committerVineeta Srivastava <vsrivastava@google.com>2015-05-27 17:22:17 -0700
commit5ec1b7f28d20724a356d83f08c57dfb07afded53 (patch)
treeeb9eb9ac8f8251a4f2b09bfede07e62642a007fa /CleanSpec.mk
parent98b0cf52a3c76ef1aefef3225fcb5c597ad6e030 (diff)
downloadbullhead-5ec1b7f28d20724a356d83f08c57dfb07afded53.tar.gz
bullhead: Add cnd and ims related services and configurations
Change-Id: I9f6f1a222d66782729f6fb5f94c68680867444e8
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 8f2eb50..6e8b9ba 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -58,3 +58,4 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.pr
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
+$(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {} \;)