summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-10 13:37:21 -0700
committerSteven Moreland <smoreland@google.com>2017-05-10 20:52:05 +0000
commit19cc6a17a3a12180920cf895793d3d76d0b05d51 (patch)
tree24dce1091b55dacfc5e2d2b25bda9b196bcf7eab /CleanSpec.mk
parent491c7bbeb3a0e893bf9a8ea52329beb10c1176bb (diff)
downloadandroid_hardware_interfaces-19cc6a17a3a12180920cf895793d3d76d0b05d51.tar.gz
android_hardware_interfaces-19cc6a17a3a12180920cf895793d3d76d0b05d51.tar.bz2
android_hardware_interfaces-19cc6a17a3a12180920cf895793d3d76d0b05d51.zip
Add CleanSpec to hardware/interfaces.
Fixes build breakage from interface changing after -Lc++-sources and -Lc++-headers was added to hidl-gen. Test: manual Change-Id: I9ee0a0e7b72f8f2a3253d205943a696c07129a64
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 212c8b1bf..11846f6ed 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -52,3 +52,4 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/hw/android.hardware.blue
$(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*)
+$(call add-clean-step, rm -rf $(OUT)/soong/.intermediates/)