Build libbt-vendor to avoid bluetooth crash

Bug: 31420007
Change-Id: I8066816c1f9985493ec6322b3b6ae85aa8faac23
This commit is contained in:
Thierry Strudel
2016-09-15 12:06:38 -07:00
parent 5ca99b1065
commit ea90815635
5 changed files with 299 additions and 0 deletions

View File

@@ -45,9 +45,14 @@ BOARD_PERSISTIMAGE_FILE_SYSTEM_TYPE := ext4
MSM_VIDC_TARGET_LIST := msmcobalt # Get the color format from kernel headers
MASTER_SIDE_CP_TARGET_LIST := msmcobalt # ION specific settings
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml \
PRODUCT_PACKAGES += \
hwcomposer.msmcobalt \
gralloc.msmcobalt \
libbt-vendor \
# setup dalvik vm configs
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)