summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2014-11-27 22:34:34 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2014-11-27 22:34:34 +0800
commit0031271b5ff55dc9918abd3f33ef716550a3eb65 (patch)
treef0d34b28574cd7a52b96adb91a204e663af7e11c
parent59c7efd47d9b8fca9e2ba46576fcebaa2fa4ef0a (diff)
downloadfvp-armv8-0031271b5ff55dc9918abd3f33ef716550a3eb65.tar.gz
device.mk: remove the copy of android.hardware.bluetooth.xml
by doing this to tell the system that we don't have bluetooth supported Change-Id: I5899763d09d18c92ff4eecba826485b6e6877701 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--device.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 11ce302..161c232 100644
--- a/device.mk
+++ b/device.mk
@@ -64,7 +64,6 @@ ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.dex2oat-filter=""
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
device/linaro/build/android.hardware.screen.xml:system/etc/permissions/android.hardware.screen.xml \
- frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/android.software.backup.xml:system/etc/permissions/android.software.backup.xml \
frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml)