diff options
| author | Steven Moreland <smoreland@google.com> | 2017-02-02 08:59:18 -0800 |
|---|---|---|
| committer | Steven Moreland <smoreland@google.com> | 2017-02-02 17:38:23 +0000 |
| commit | bb22652c5591eaeaec3c933f246979aa01441d9f (patch) | |
| tree | 9918f783705f3579617dc68647647e15dc6842cc /CleanSpec.mk | |
| parent | c3462ea1dd2aa2b10df0084baff8b3db93b45125 (diff) | |
CleanSpec: android.hardware.broadcastradio@1.0-impl
Fixes: 34928033
Test: Verified by Ed Heyl
Test: manually tested that correct files were removed.
Change-Id: I6dd560132c0626af7dc9d703bc7c51afc208d7de
Diffstat (limited to 'CleanSpec.mk')
| -rw-r--r-- | CleanSpec.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk index fddfa3e1..9eed25cb 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -49,3 +49,5 @@ $(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) |
