sm8250-common: Switch to QTI bt stack
Change-Id: I47016b066ae800d0071dbad6a1235cbc9db3cf80
This commit is contained in:
parent
f07e32ed1d
commit
5e718ca747
3 changed files with 10 additions and 0 deletions
|
@ -78,6 +78,9 @@ DEXPREOPT_GENERATE_APEX_IMAGE := true
|
|||
USE_CUSTOM_AUDIO_POLICY := 1
|
||||
USE_XML_AUDIO_POLICY_CONF := 1
|
||||
|
||||
# Bluetooth
|
||||
TARGET_FWK_SUPPORTS_FULL_VALUEADDS := true
|
||||
|
||||
# Charger
|
||||
BOARD_CHARGER_DISABLE_INIT_BLANK := true
|
||||
|
||||
|
|
|
@ -78,6 +78,10 @@ PRODUCT_COPY_FILES += \
|
|||
$(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_PRODUCT)/vendor_overlay/$(PRODUCT_TARGET_VNDK_VERSION)/etc/audio/audio_policy_configuration.xml \
|
||||
$(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_PRODUCT)/vendor_overlay/$(PRODUCT_TARGET_VNDK_VERSION)/etc/audio_policy_configuration.xml
|
||||
|
||||
# Bluetooth
|
||||
PRODUCT_PACKAGES += \
|
||||
BluetoothQti
|
||||
|
||||
# Boot control
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.boot@1.0-impl.recovery \
|
||||
|
|
|
@ -3,6 +3,9 @@ audio.offload.min.duration.secs=30
|
|||
persist.vendor.audio.hac.enable=false
|
||||
persist.vendor.audio_hal.dsp_bit_width_enforce_mode=24
|
||||
|
||||
# Bluetooth
|
||||
ro.bluetooth.library_name=libbluetooth_qti.so
|
||||
|
||||
# Camera
|
||||
camera.disable_zsl_mode=true
|
||||
|
||||
|
|
Loading…
Reference in a new issue