X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=CleanSpec.mk;h=8f9ce0049cf04cb05f59d8688b46d889dbc4c35f;hb=3e9eec118933a82a774a36d10349c80b439c8a52;hp=c721cef993f5e29a899fc622b8b909c1b14280f4;hpb=823ff7669962cdeae5f61143bf3cebae3fa3b703;p=android-x86%2Fdevice-generic-common.git diff --git a/CleanSpec.mk b/CleanSpec.mk index c721cef..8f9ce00 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -1,2 +1,4 @@ $(call add-clean-step, rm -f $(TARGET_OUT_VENDOR)/*/*/android.hardware.graphics.allocator@2.0-service*) $(call add-clean-step, rm -rf $(TARGET_OUT_APPS_PRIVILEGED)/Telecom) +$(call add-clean-step, rm -f $(TARGET_OUT_VENDOR)/*/*/android.hardware.bluetooth@1.0-service* $(TARGET_OUT)/lib*/libbt-vendor.so) +$(call add-clean-step, rm -f $(TARGET_OUT_VENDOR)/lib*/hw/android.hardware.bluetooth@1.0-impl.so)