mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-28 05:11:51 +00:00
Move bluetooth property to vendor
Property 'qcom.bluetooth.soc' is readed by driver. Moves it to vendor to use bluetooth on generic AOSP. Bug: 37927875 Test: switch on/off bluetooth in settings Change-Id: Ib4dd140b7e9f1b3d6cce098d8527bafcafcff950
This commit is contained in:
@@ -539,3 +539,6 @@ PRODUCT_ENFORCE_RRO_TARGETS := framework-res
|
||||
# Override heap growth limit due to high display density on device
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
dalvik.vm.heapgrowthlimit=256m
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
qcom.bluetooth.soc=cherokee
|
||||
|
||||
@@ -51,9 +51,6 @@ telephony.lteOnCdmaDevice=1
|
||||
# Simulate sdcard on /data/media
|
||||
persist.fuse_sdcard=true
|
||||
|
||||
# system prop for Bluetooth SOC type
|
||||
qcom.bluetooth.soc=cherokee
|
||||
|
||||
# settings to enable Device Orientation Sensors
|
||||
ro.qti.sensors.dev_ori=true
|
||||
|
||||
@@ -90,9 +87,6 @@ persist.data.df.dev_name=rmnet_usb0
|
||||
persist.data.netmgrd.qos.enable=true
|
||||
persist.data.mode=concurrent
|
||||
|
||||
#system prop for Bluetooth SOC type
|
||||
qcom.bluetooth.soc=cherokee
|
||||
|
||||
#system prop for A4WP profile support
|
||||
ro.bluetooth.a4wp=false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user