summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2012-02-24 19:12:34 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2012-02-24 19:12:34 +0530
commitf504ad1bc28fbe08e005c26cbc60e72d1b5509c5 (patch)
treedc8b4b2fe3489ac4ff500bb5e345804a467b5f63
parent1c1555081497a18132854ebf925a1accda17ddb0 (diff)
downloadpandaboard-f504ad1bc28fbe08e005c26cbc60e72d1b5509c5.tar.gz
pandaboard: Enable BT component
Change-Id: I1b7b88c9376337f2d6e555062d5200597394479a Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--device.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 022e33d..2baca33 100644
--- a/device.mk
+++ b/device.mk
@@ -23,12 +23,14 @@ PRODUCT_COPY_FILES := \
frameworks/base/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
frameworks/base/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
- device/ti/proprietary-open/wifi/omap4/LICENCE.ti-connectivity:root/LICENCE.ti-connectivity
+ device/ti/proprietary-open/wifi/omap4/LICENCE.ti-connectivity:root/LICENCE.ti-connectivity \
+ device/linaro/common/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml
PRODUCT_PACKAGES := \
make_ext4fs \
com.android.future.usb.accessory \
audio.primary.omap4 \
+ uim \
camera.omap4
PRODUCT_PROPERTY_OVERRIDES := \