summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorRichie Hsieh <richie.hsieh@mediatek.com>2014-04-17 22:39:31 +0800
committerTodd Poynor <toddpoynor@google.com>2014-07-01 01:06:53 +0000
commitc928a4fe276360722a27bd9a48a2ab41ff5b16f3 (patch)
tree555c84dba43664218f143c10cbe1c839872df924 /CleanSpec.mk
parente83f4d52a7050336bf2e11014a7af45373b56ba4 (diff)
downloadandroid_system_bt-c928a4fe276360722a27bd9a48a2ab41ff5b16f3.tar.gz
android_system_bt-c928a4fe276360722a27bd9a48a2ab41ff5b16f3.tar.bz2
android_system_bt-c928a4fe276360722a27bd9a48a2ab41ff5b16f3.zip
Add BOARD_BLUETOOTH_BDROID_HCILP_INCLUDED
Added CleanSpec.mk change Signed-off-by: Richie Hsieh <richie.hsieh@mediatek.com> Change-Id: Ice2a514f3d24859dbf091aae30e5c8781e90b7fd (cherry picked from commit d343338cb4c42e62ac97c451bc23fb36d9b58d3f)
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index b84e1b65e..518119bbe 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -44,6 +44,10 @@
#$(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/*)
+# Start of Clean Step list:
+$(call add-clean-step, find $(OUT_DIR) -type f -iname "*blue*" -print0 | xargs -0 rm -f)
+$(call add-clean-step, find $(OUT_DIR) -type f -iname "*bdroid*" -print0 | xargs -0 rm -f)
+
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************