Snap for 8115127 from 9acb8c9976
to tm-release
Change-Id: Iaf505fabd7e25091c7963b19847b4f54039e32af
This commit is contained in:
commit
365ebc4744
4 changed files with 8 additions and 8 deletions
|
@ -127,6 +127,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
persist.vendor.radio.config.carrier_config_dir=/mnt/vendor/modem_img/images/default/confpack
|
persist.vendor.radio.config.carrier_config_dir=/mnt/vendor/modem_img/images/default/confpack
|
||||||
|
|
||||||
|
# Hearing Aid Audio Support Using Bluetooth LE
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
bluetooth.profile.asha.central=true
|
||||||
|
|
||||||
|
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
telephony.active_modems.max_count=2
|
telephony.active_modems.max_count=2
|
||||||
|
|
|
@ -21,3 +21,6 @@ GOOGLE_CONFIG_PERFORMANCE=1
|
||||||
|
|
||||||
# Enable Suez
|
# Enable Suez
|
||||||
$(call soong_config_set,fp_hal_feature,biometric_suez_support,true)
|
$(call soong_config_set,fp_hal_feature,biometric_suez_support,true)
|
||||||
|
|
||||||
|
# Must add below method to each project's device.mk to show sensorLocation
|
||||||
|
#$(call soong_config_set,fp_hal_feature,pixel_product, project_XX)
|
||||||
|
|
|
@ -34,12 +34,6 @@
|
||||||
<!-- Maximum number of supported users -->
|
<!-- Maximum number of supported users -->
|
||||||
<integer name="config_multiuserMaximumUsers">4</integer>
|
<integer name="config_multiuserMaximumUsers">4</integer>
|
||||||
|
|
||||||
<!-- Boolean indicating if current platform supports HFP inband ringing -->
|
|
||||||
<bool name="config_bluetooth_hfp_inband_ringing_support">true</bool>
|
|
||||||
|
|
||||||
<!-- Whether Hearing Aid profile is supported -->
|
|
||||||
<bool name="config_hearing_aid_profile_supported">true</bool>
|
|
||||||
|
|
||||||
<!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
|
<!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
|
||||||
<bool translatable="false" name="config_wifi_dual_band_support">true</bool>
|
<bool translatable="false" name="config_wifi_dual_band_support">true</bool>
|
||||||
|
|
||||||
|
|
|
@ -151,7 +151,6 @@
|
||||||
"107",
|
"107",
|
||||||
"42"
|
"42"
|
||||||
],
|
],
|
||||||
"DefaultIndex": 1,
|
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1225,7 +1224,7 @@
|
||||||
"PowerHint": "BOOST_60HZ",
|
"PowerHint": "BOOST_60HZ",
|
||||||
"Node": "TAUClampBoost",
|
"Node": "TAUClampBoost",
|
||||||
"Duration": 200,
|
"Duration": 200,
|
||||||
"Value": "43"
|
"Value": "108"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "REFRESH_120FPS",
|
"PowerHint": "REFRESH_120FPS",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue