From 355cc5d2090869bbdc25818e1d6fa5bed2db0096 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Fri, 20 Nov 2020 14:09:24 +0100 Subject: [PATCH] Revert "sm8250-common: Switch to QTI bt stack" This reverts commit 5e718ca7473d46513a99760ff9a1839bf3863342. --- BoardConfigCommon.mk | 3 --- common.mk | 4 ---- system.prop | 3 --- 3 files changed, 10 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 3037e84..1e50887 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -77,9 +77,6 @@ BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl" 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 diff --git a/common.mk b/common.mk index 1f259fd..6e9a8ba 100644 --- a/common.mk +++ b/common.mk @@ -86,10 +86,6 @@ 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 \ diff --git a/system.prop b/system.prop index f3a9196..a23260e 100644 --- a/system.prop +++ b/system.prop @@ -3,9 +3,6 @@ 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