summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-12 13:02:04 -0700
committerSteven Moreland <smoreland@google.com>2017-05-12 13:09:49 -0700
commit320b5134b5808132133990ddf4fc54f2d094023a (patch)
tree7949f7d5accff33039688e04d791715ca3d9e99a /CleanSpec.mk
parentebce2c382213fdd3777fe3c64640ab75aebbd8c5 (diff)
downloadandroid_hardware_interfaces-320b5134b5808132133990ddf4fc54f2d094023a.tar.gz
android_hardware_interfaces-320b5134b5808132133990ddf4fc54f2d094023a.tar.bz2
android_hardware_interfaces-320b5134b5808132133990ddf4fc54f2d094023a.zip
Update makefiles.
Note cleanspec required because of b/38205169 (genrule doesn't delete output files before building, so when removing some, they get stale). Test: power vts test compiles Change-Id: Ie7ef0fc3d943a75fe898238cf861fb7f99f4146b Fixes: 35813011
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 c55763568..eeb4198cb 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -54,3 +54,4 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/android.hardware.bl
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/init/android.hardware.bluetooth*)
$(call add-clean-step, rm -rf $(OUT)/soong/.intermediates/)
$(call add-clean-step, rm -rf $(OUT_DIR)/soong/.intermediates/hardware/interfaces/)
+$(call add-clean-step, rm -rf $(OUT_DIR)/soong/.intermediates/hardware/interfaces/)