summaryrefslogtreecommitdiffstats
path: root/target/product/generic_no_telephony.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-09-26 15:54:18 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-09-27 15:35:33 -0700
commit8666dd63c7ef3d33df201f6020974871acd2941b (patch)
tree70ed9724ae53ef7f7710f925942dc0cee4d57437 /target/product/generic_no_telephony.mk
parente874e23a3ce6a53170bdbc91b1baf6eb9c354f4e (diff)
downloadbuild-8666dd63c7ef3d33df201f6020974871acd2941b.zip
build-8666dd63c7ef3d33df201f6020974871acd2941b.tar.gz
build-8666dd63c7ef3d33df201f6020974871acd2941b.tar.bz2
Explicitly handle bluetooth files.
This also allows to separate smartphone and nonsmartphone variants. Change-Id: Icbd7c78a866bae32f060607f8a898d59fcd45830
Diffstat (limited to 'target/product/generic_no_telephony.mk')
-rw-r--r--target/product/generic_no_telephony.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/product/generic_no_telephony.mk b/target/product/generic_no_telephony.mk
index d154bc9..b0cfbe8 100644
--- a/target/product/generic_no_telephony.mk
+++ b/target/product/generic_no_telephony.mk
@@ -49,6 +49,14 @@ PRODUCT_PACKAGES := \
PRODUCT_PACKAGES += \
icu.dat
+PRODUCT_COPY_FILES := \
+ system/bluetooth/data/audio.conf:system/etc/bluetooth/audio.conf \
+ system/bluetooth/data/auto_pairing.conf:system/etc/bluetooth/auto_pairing.conf \
+ system/bluetooth/data/blacklist.conf:system/etc/bluetooth/blacklist.conf \
+ system/bluetooth/data/input.conf:system/etc/bluetooth/input.conf \
+ system/bluetooth/data/main.nonsmartphone.conf:system/etc/bluetooth/main.conf \
+ system/bluetooth/data/network.conf:system/etc/bluetooth/network.conf
+
$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)