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