summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-02-27 08:58:08 -0800
committerSteven Moreland <smoreland@google.com>2017-02-27 15:41:04 -0800
commit6cf7d713b7a943d454357871b3df759cd6ee9537 (patch)
tree553e3d77ef9fc4c54ca22d4ed144c14f819a9a0e /CleanSpec.mk
parent2653620a61678f52810e7d3722346bb8970aa4ff (diff)
downloadandroid_hardware_interfaces-6cf7d713b7a943d454357871b3df759cd6ee9537.tar.gz
android_hardware_interfaces-6cf7d713b7a943d454357871b3df759cd6ee9537.tar.bz2
android_hardware_interfaces-6cf7d713b7a943d454357871b3df759cd6ee9537.zip
Bluetooth: move to vendor partition.
Bug: 35328775 Test: works in both binderized and passthrough modes Change-Id: I18f21b53c2282e27342a58716475ae213a2837d4
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 962f6cd67..212c8b1bf 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -48,3 +48,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/hw/android.hardware*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/android.hardware*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/android.hardware*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/init/android.hardware*)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/hw/android.hardware.bluetooth*)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/android.hardware.bluetooth*)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/android.hardware.bluetooth*)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/init/android.hardware.bluetooth*)