From 3419c3ab710d36dd63e4a74a6e428b20f1fbae5c Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Thu, 8 Sep 2022 13:06:15 +0800 Subject: [PATCH 1/2] get bt permission xml to gs-common Bug: 242661555 Test: connect to bluetooth Change-Id: Ia97108643deae4faa3b8340c57fc5853e249e67c --- bluetooth/qti_default.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bluetooth/qti_default.mk b/bluetooth/qti_default.mk index f3bbebb..9165ac0 100644 --- a/bluetooth/qti_default.mk +++ b/bluetooth/qti_default.mk @@ -68,7 +68,9 @@ else ifeq ($(TARGET_USE_QTI_BT_SAR),true) endif PRODUCT_PACKAGES += \ android.hardware.bluetooth@1.0-service-qti \ - hardware.google.bluetooth.bt_channel_avoidance@1.0-impl + hardware.google.bluetooth.bt_channel_avoidance@1.0-impl \ + android.hardware.bluetooth.prebuilt.xml \ + android.hardware.bluetooth_le.prebuilt.xml # Bluetooth SAR Tx power caps PRODUCT_COPY_FILES += \ From 1f70b90493e3069726307eb0188cb6f3fdbfcb7a Mon Sep 17 00:00:00 2001 From: Chase Wu Date: Tue, 13 Sep 2022 21:20:32 +0800 Subject: [PATCH 2/2] vibrator: enable f0 and disable redc compensation Bug: 241353178 Test: check the value after device boot up Test: update PtsHapticsTestCases and run it Signed-off-by: Chase Wu Change-Id: Iab9f64d19bd1be6a162aef008c6f77bb48dd64ae --- device-lynx.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/device-lynx.mk b/device-lynx.mk index d5fd4c5..f61c17f 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -146,7 +146,9 @@ endif # Vibrator HAL PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.vibrator.hal.supported_primitives=243 + ro.vendor.vibrator.hal.supported_primitives=243 \ + ro.vendor.vibrator.hal.f0.comp.enabled=1 \ + ro.vendor.vibrator.hal.redc.comp.enabled=0 # Trusty liboemcrypto.so PRODUCT_SOONG_NAMESPACES += vendor/google_devices/lynx/prebuilts