summaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorMikhail Naganov <mnaganov@google.com>2017-07-06 08:55:26 -0700
committerMikhail Naganov <mnaganov@google.com>2017-07-06 20:37:10 +0000
commitf89e4747aedc05b3319b3982021ee4709205cc80 (patch)
treef4a1de3f16e2652b4061cc81c8b7eb61119ee926 /CleanSpec.mk
parentda53a1b96575c6ab18d22909d0523182590fedcb (diff)
CleanSpec: add "-f" flag for broadcastradio@1.0-impl.so
This inhibits build warnings when this file doesn't exist Change-Id: If2f20a82253fc1e565c0a0ffe31b459cdaa64406 Test: make
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 6a195f35..cf800cc9 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -49,8 +49,8 @@ $(call add-clean-step, find $(OUT_DIR)/target/product/marlin/ -name \*activity_r
$(call add-clean-step, find $(OUT_DIR)/target/product/sailfish/ -name \*sensors.sailfish* -exec rm -rf {} \;)
$(call add-clean-step, find $(OUT_DIR)/target/product/sailfish/ -name \*activity_recognition.sailfish* -exec rm -rf {} \;)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/WebViewGoogle)
-$(call add-clean-step, rm $(OUT_DIR)/target/product/marlin/system/lib/hw/android.hardware.broadcastradio@1.0-impl.so)
-$(call add-clean-step, rm $(OUT_DIR)/target/product/sailfish/system/lib/hw/android.hardware.broadcastradio@1.0-impl.so)
+$(call add-clean-step, rm -f $(OUT_DIR)/target/product/marlin/system/lib/hw/android.hardware.broadcastradio@1.0-impl.so)
+$(call add-clean-step, rm -f $(OUT_DIR)/target/product/sailfish/system/lib/hw/android.hardware.broadcastradio@1.0-impl.so)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/metadata)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/metadata)