cm: Add default configurations for BT
Since they're now split for phone/tablet, there isn't any default and devices without an explicit config will register as generics. Use sane defaults for both device types, device-specific configs can still override these in their makefiles if necessary Change-Id: Ie20a05d07a047f409bafb20f02d0c673ec2dc250
This commit is contained in:
parent
f38ea2af71
commit
083fc458f8
@ -22,6 +22,11 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||
PRODUCT_PACKAGES += \
|
||||
Mms
|
||||
|
||||
# BT config
|
||||
PRODUCT_COPY_FILES += \
|
||||
system/bluetooth/data/main.conf:system/etc/bluetooth/main.conf
|
||||
|
||||
|
||||
ifeq ($(TARGET_BOOTANIMATION_NAME),)
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/cm/prebuilt/common/bootanimation/vertical-480x800.zip:system/media/bootanimation.zip
|
||||
|
@ -19,6 +19,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.config.notification_sound=CyanMessage.ogg \
|
||||
ro.config.alarm_alert=CyanAlarm.ogg
|
||||
|
||||
# BT config
|
||||
PRODUCT_COPY_FILES += \
|
||||
system/bluetooth/data/main.nonsmartphone.conf:system/etc/bluetooth/main.conf
|
||||
|
||||
ifeq ($(TARGET_BOOTANIMATION_NAME),)
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/cm/prebuilt/common/bootanimation/horizontal-1280x800.zip:system/media/bootanimation.zip
|
||||
|
Loading…
Reference in New Issue
Block a user