From 8b3ba7e3bcf311850819a030b65129bd5cabeda2 Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Thu, 20 Jan 2022 14:23:14 -0800 Subject: [PATCH 1/3] Boost DISPLAY_UPDATE_IMMINENT higher for 60HZ To improve the beginning of UI operations, boost higher for DISPLAY_UPDATE_IMMINENT when in 60HZ. Bug: 196192814 Test: Build and trace Change-Id: I1c45ba66164ca4109289aaabacedaf3888e235b9 Signed-off-by: Wei Wang --- powerhint.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/powerhint.json b/powerhint.json index 54f62b3c..bcac508f 100644 --- a/powerhint.json +++ b/powerhint.json @@ -138,7 +138,6 @@ "107", "42" ], - "DefaultIndex": 1, "ResetOnInit": true }, { @@ -1122,7 +1121,7 @@ "PowerHint": "BOOST_60HZ", "Node": "TAUClampBoost", "Duration": 200, - "Value": "43" + "Value": "108" }, { "PowerHint": "REFRESH_120FPS", From 8af4d5d5b490af73ac4d90fada44e632b1f7095e Mon Sep 17 00:00:00 2001 From: eddielan Date: Tue, 28 Dec 2021 21:17:37 +0800 Subject: [PATCH 2/3] fingerprint: Add fingerprint_product config hint Bug: 188690214 Test: Build Pass Change-Id: Ia2e171968043575bad5947284068eb4803cce0f6 --- fingerprint/fpc1540/sw35/fingerprint_aidl_config.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fingerprint/fpc1540/sw35/fingerprint_aidl_config.mk b/fingerprint/fpc1540/sw35/fingerprint_aidl_config.mk index 2a1193e8..1880f604 100644 --- a/fingerprint/fpc1540/sw35/fingerprint_aidl_config.mk +++ b/fingerprint/fpc1540/sw35/fingerprint_aidl_config.mk @@ -21,3 +21,6 @@ GOOGLE_CONFIG_PERFORMANCE=1 # Enable Suez $(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) From 13072327790738cccf68b9086ae4a902bdcf69c6 Mon Sep 17 00:00:00 2001 From: Etienne Ruffieux Date: Thu, 20 Jan 2022 21:19:47 +0000 Subject: [PATCH 3/3] Added new vendors for Bluetooth config migration Tag: #feature Test: manual Bug: 211570675 Change-Id: I4e0c211b4a176fc9161b079d2799bfefbaf4651f --- device.mk | 4 ++++ overlay/frameworks/base/core/res/res/values/config.xml | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/device.mk b/device.mk index 4aaec21a..d146ff12 100644 --- a/device.mk +++ b/device.mk @@ -117,6 +117,10 @@ PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PROPERTY_OVERRIDES += \ 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 += \ telephony.active_modems.max_count=2 diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index e7d3bd28..29e73905 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -34,12 +34,6 @@ 4 - - true - - - true - true