Snap for 9039357 from 939f56cae7
to udc-release
Change-Id: Ida499869b14d4a9815dc99d898f091a9664e0e95
This commit is contained in:
commit
3880f6db0d
4 changed files with 12 additions and 69 deletions
|
@ -1,38 +0,0 @@
|
||||||
<manifest version="1.0" type="device">
|
|
||||||
<hal format="hidl">
|
|
||||||
<name>android.hardware.bluetooth</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>1.1</version>
|
|
||||||
<interface>
|
|
||||||
<name>IBluetoothHci</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl">
|
|
||||||
<name>hardware.google.bluetooth.bt_channel_avoidance</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>1.0</version>
|
|
||||||
<interface>
|
|
||||||
<name>IBTChannelAvoidance</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl">
|
|
||||||
<name>hardware.google.bluetooth.sar</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>1.1</version>
|
|
||||||
<interface>
|
|
||||||
<name>IBluetoothSar</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl">
|
|
||||||
<name>hardware.google.bluetooth.ccc</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>1.1</version>
|
|
||||||
<interface>
|
|
||||||
<name>IBluetoothCcc</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
</manifest>
|
|
|
@ -78,7 +78,7 @@ on early-boot
|
||||||
wait_for_prop vendor.common.modules.ready 1
|
wait_for_prop vendor.common.modules.ready 1
|
||||||
start insmod_sh_felix
|
start insmod_sh_felix
|
||||||
|
|
||||||
service insmod_sh_felix /vendor/bin/init.insmod.sh /vendor/etc/init.insmod.felix.cfg
|
service insmod_sh_felix /vendor/bin/insmod.sh /vendor/etc/init.insmod.felix.cfg
|
||||||
class main
|
class main
|
||||||
user root
|
user root
|
||||||
group root system
|
group root system
|
||||||
|
|
|
@ -117,18 +117,23 @@ PRODUCT_COPY_FILES += \
|
||||||
device/google/felix/powerhint.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
|
device/google/felix/powerhint.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
|
||||||
|
|
||||||
# Bluetooth HAL
|
# Bluetooth HAL
|
||||||
DEVICE_MANIFEST_FILE += \
|
|
||||||
device/google/felix/bluetooth/manifest_bluetooth.xml
|
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
|
||||||
vendor/broadcom/bluetooth
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
bt_vendor.conf
|
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/felix/bluetooth/bt_vendor_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth/bt_vendor_overlay.conf
|
device/google/felix/bluetooth/bt_vendor_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth/bt_vendor_overlay.conf
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.bluetooth.a2dp_offload.supported=true \
|
ro.bluetooth.a2dp_offload.supported=true \
|
||||||
persist.bluetooth.a2dp_offload.disabled=false \
|
persist.bluetooth.a2dp_offload.disabled=false \
|
||||||
persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac
|
persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac
|
||||||
|
# Bluetooth SAR test tool
|
||||||
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
|
sar_test
|
||||||
|
|
||||||
|
# Bluetooth
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
persist.bluetooth.a2dp_aac.vbr_supported=true
|
||||||
|
|
||||||
|
# default BDADDR for EVB only
|
||||||
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
ro.vendor.bluetooth.evb_bdaddr="22:22:22:33:44:55"
|
||||||
|
|
||||||
# Keymaster HAL
|
# Keymaster HAL
|
||||||
#LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service
|
#LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service
|
||||||
|
@ -160,10 +165,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
# ro.hardware.keystore=software \
|
# ro.hardware.keystore=software \
|
||||||
# ro.hardware.gatekeeper=software
|
# ro.hardware.gatekeeper=software
|
||||||
|
|
||||||
# default BDADDR for EVB only
|
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
|
||||||
ro.vendor.bluetooth.evb_bdaddr="22:22:22:33:44:55"
|
|
||||||
|
|
||||||
# PowerStats HAL
|
# PowerStats HAL
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
device/google/felix/powerstats/felix
|
device/google/felix/powerstats/felix
|
||||||
|
@ -185,18 +186,6 @@ FPC_MODULE_TYPE=1542_C
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.gms.dck.eligible_wcc=2
|
ro.gms.dck.eligible_wcc=2
|
||||||
|
|
||||||
# Bluetooth SAR test tool
|
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
|
||||||
sar_test
|
|
||||||
|
|
||||||
# Bluetooth
|
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
|
||||||
persist.bluetooth.a2dp_aac.vbr_supported=true
|
|
||||||
|
|
||||||
# Bluetooth HAL
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
bt_vendor.conf
|
|
||||||
|
|
||||||
# Graphics
|
# Graphics
|
||||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.enable_frame_rate_override=true
|
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.enable_frame_rate_override=true
|
||||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.set_idle_timer_ms_4619827677550801152=80
|
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.set_idle_timer_ms_4619827677550801152=80
|
||||||
|
|
|
@ -7,12 +7,4 @@
|
||||||
<instance>secondary</instance>
|
<instance>secondary</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
|
||||||
<name>hardware.google.bluetooth.ccc</name>
|
|
||||||
<version>1.1</version>
|
|
||||||
<interface>
|
|
||||||
<name>IBluetoothCcc</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
</compatibility-matrix>
|
</compatibility-matrix>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue