From e8a4f8b29b0e750a0fe0ae4ffef7f52cb5bb6873 Mon Sep 17 00:00:00 2001 From: horngchuang Date: Tue, 23 Aug 2022 08:52:54 +0000 Subject: [PATCH 1/3] Add system property for camera OIS with system imu Bug: 240851527 Test: in-rom GCA Change-Id: I80d33ab2ef9e7e2fc3acf33580f8e333988b62f2 --- device-lynx.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device-lynx.mk b/device-lynx.mk index c43da4b..ce5e8af 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -205,6 +205,10 @@ PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.camera.1080P_60fps_binning_except_rear_main=true +# OIS with system imu +PRODUCT_VENDOR_PROPERTIES += \ + persist.vendor.camera.ois_with_system_imu=true + # Device features PRODUCT_COPY_FILES += \ frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml From b74e2b582bb310d4176837fd987afdb61b9984e9 Mon Sep 17 00:00:00 2001 From: horngchuang Date: Fri, 12 Aug 2022 14:01:40 +0800 Subject: [PATCH 2/3] Add system property for camera OIS with system imu Bug: 240851527 Test: in-rom GCA Change-Id: Ifd3e4254973e66215d31004a1f8ca28ccc7c35ce Merged-In: I80d33ab2ef9e7e2fc3acf33580f8e333988b62f2 --- device-lynx.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device-lynx.mk b/device-lynx.mk index 7d275b2..d3f4273 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -205,6 +205,10 @@ PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.camera.1080P_60fps_binning_except_rear_main=true +# OIS with system imu +PRODUCT_VENDOR_PROPERTIES += \ + persist.vendor.camera.ois_with_system_imu=true + # Use GmsCorePrebuilt y2022w28 USE_GMSCORE_PREBUILT_Y2022W28 := true From 738f85f5b07fb3cc8b81449e710b6d89f43a20dd Mon Sep 17 00:00:00 2001 From: Cheney Ni Date: Wed, 10 Aug 2022 10:29:43 +0000 Subject: [PATCH 3/3] Bluetooth: OOBS enabling Bug: 203079726 Test: Pass Bluetooth ON / OFF and manual tests Change-Id: I02d2240148b52d71ff2026e247d2803f32b5b344 --- bluetooth/qti_default.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluetooth/qti_default.mk b/bluetooth/qti_default.mk index a6abd5c..6132dec 100644 --- a/bluetooth/qti_default.mk +++ b/bluetooth/qti_default.mk @@ -49,7 +49,7 @@ TARGET_BLUETOOTH_HCI_V1_1 = true TARGET_BLUETOOTH_UART_DEVICE = "/dev/ttySAC18" UART_USE_TERMIOS_AFC = true TARGET_USE_QTI_BT_IBS = false -TARGET_USE_QTI_BT_OBS = false +TARGET_USE_QTI_BT_OBS = true TARGET_USE_QTI_BT_SAR_V1_1 = true TARGET_USE_QTI_BT_CHANNEL_AVOIDANCE = true