From c94ad85aceb653141bfe17e482aa611d2ec53644 Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Sun, 24 Jul 2011 16:34:46 +0700 Subject: Enable proper bluetooth MAC address on aries devices (2/5) Include the bdaddr_read binary used by aries-common. Change-Id: I30702994149fca1bd21eaa73236af114841b0178 --- galaxysmtd.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/galaxysmtd.mk b/galaxysmtd.mk index c13d553..2198c26 100644 --- a/galaxysmtd.mk +++ b/galaxysmtd.mk @@ -99,6 +99,10 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ vendor/cyanogen/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml +# Bluetooth MAC Address +PRODUCT_PACKAGES += \ + bdaddr_read + # These are the hardware-specific features PRODUCT_COPY_FILES += \ frameworks/base/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ -- cgit v1.1