diff options
author | Matthew Xie <mattx@google.com> | 2013-05-10 17:06:27 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-05-10 17:06:30 +0000 |
commit | 6c75f1408c50a85de4b0dc3b053d830197b067b1 (patch) | |
tree | 7eb6879760ea845851384a69b3feeab3e8431e10 | |
parent | 227dff81cafd4c7c265b8d2bb71831e63fba93f4 (diff) | |
parent | 9199580f29b1f13c781ff19d9bd5f03c01e1b2a4 (diff) | |
download | device_samsung_tuna-6c75f1408c50a85de4b0dc3b053d830197b067b1.zip device_samsung_tuna-6c75f1408c50a85de4b0dc3b053d830197b067b1.tar.gz device_samsung_tuna-6c75f1408c50a85de4b0dc3b053d830197b067b1.tar.bz2 |
Merge "Clean up bluetooth le feature file" into jb-mr2-dev
-rw-r--r-- | CleanSpec.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk index 0a024da..c523961 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -52,3 +52,4 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/phone_intermediates) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/updatecmds/migrate_nfc.txt) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/keystore.tuna.so) $(call add-clean-step, rm -f $(TARGET_OUT)/build.prop) +$(call add-clean-step, rm -rf $(TARGET_OUT)/etc/permissions/android.hardware.bluetooth_le.xml) |