From 5dc47062e11321b1e7e5c98339f7893220fffda4 Mon Sep 17 00:00:00 2001 From: Steve Berbary Date: Tue, 17 May 2022 02:19:49 +0000 Subject: [PATCH 1/3] Update raven SVN to 29 Bug: 231380374 Change-Id: Ibd95cc73a65f3eb356f16c1c38e34684340f6636 --- device-raven.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-raven.mk b/device-raven.mk index e3fb280..1069aac 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -187,7 +187,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=28 + ro.vendor.build.svn=29 # Hide cutout overlays PRODUCT_PACKAGES += \ From fe94a8e370f7655743580e92de26dd0c6bdb0fe4 Mon Sep 17 00:00:00 2001 From: Steve Berbary Date: Tue, 17 May 2022 02:18:17 +0000 Subject: [PATCH 2/3] Update oriole SVN to 29 Bug: 231380374 Change-Id: I76522b37ddbccc5c652ca8913d4865df0687a941 --- device-oriole.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-oriole.mk b/device-oriole.mk index af538b4..e95186c 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -175,7 +175,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=28 + ro.vendor.build.svn=29 # Hide cutout overlays PRODUCT_PACKAGES += \ From 9c27ad604292956e4814d630d601a2f296fca26e Mon Sep 17 00:00:00 2001 From: jonerlin Date: Wed, 6 Apr 2022 11:49:52 +0800 Subject: [PATCH 3/3] O6R4: Add hci_inject tool in user debug build Bug: 228943442 Test: manually Change-Id: I42f7553f6cea54cf8c476bb886f4425ed702cdb5 --- device-oriole.mk | 5 +++-- device-raven.mk | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/device-oriole.mk b/device-oriole.mk index 4f3fc9b..34648b6 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -80,9 +80,10 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/bluetooth_power_limits_GB7N6_EU.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_GB7N6_EU.csv -# Bluetooth SAR test tool +# Bluetooth Hal Extension test tools PRODUCT_PACKAGES_DEBUG += \ - sar_test + sar_test \ + hci_inject # WirelessCharger DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs101/device_framework_matrix_product_wireless.xml diff --git a/device-raven.mk b/device-raven.mk index a6d54fa..fb94ac4 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -86,9 +86,10 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/bluetooth_power_limits_raven_jp.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits_JP.csv -# Bluetooth SAR test tool +# Bluetooth Hal Extension test tools PRODUCT_PACKAGES_DEBUG += \ - sar_test + sar_test \ + hci_inject # WirelessCharger DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs101/device_framework_matrix_product_wireless.xml