Actually fix build breakage with cleanspec. am: 319b8292be

am: b16a4d26d3

Change-Id: I235f68723215a806317828b65d9b8905598b10eb
This commit is contained in:
Steven Moreland 2017-05-10 22:48:44 +00:00 committed by android-build-merger
commit 6ad2f6c984

View file

@ -53,3 +53,4 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/android.hardware.blue
$(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/)
$(call add-clean-step, rm -rf $(OUT_DIR)/soong/.intermediates/hardware/interfaces/)