From cfaa2c57218770d755fe76687e30dae8f4c4bb2d Mon Sep 17 00:00:00 2001 From: Robin Peng Date: Thu, 14 Jul 2022 21:13:20 +0800 Subject: [PATCH 1/5] init: set vendor.all.modules.ready and vendor.all.devices.ready migrated from init.gs101.rc Bug: 238853979 Signed-off-by: Robin Peng Change-Id: Idfc1833726592310f5c6ee2d8d30f5d6423b4a90 --- init.insmod.bluejay.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.insmod.bluejay.cfg b/init.insmod.bluejay.cfg index 1191877..7d3c2d7 100644 --- a/init.insmod.bluejay.cfg +++ b/init.insmod.bluejay.cfg @@ -16,3 +16,5 @@ modprobe|snd-soc-cs40l26.ko # All device specific modules loaded setprop|vendor.device.modules.ready +setprop|vendor.all.modules.ready +setprop|vendor.all.devices.ready From 265ba1d475a67d0e56e778fb7b6a7e6be55e8623 Mon Sep 17 00:00:00 2001 From: Bassem Khalife Date: Fri, 15 Jul 2022 02:54:46 +0000 Subject: [PATCH 2/5] Update B3 SVN to 10 Bug: 232157623 Change-Id: I8fe0060dd778d921f9ebc6a564400fbc137a80bc --- device-bluejay.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-bluejay.mk b/device-bluejay.mk index 4cc132e..51cc968 100644 --- a/device-bluejay.mk +++ b/device-bluejay.mk @@ -120,7 +120,7 @@ PRODUCT_SOONG_NAMESPACES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=9 + ro.vendor.build.svn=10 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From 85107faa7501b0815b687cbf8b1e2392891cee19 Mon Sep 17 00:00:00 2001 From: Edwin Tung Date: Fri, 15 Jul 2022 09:33:47 +0800 Subject: [PATCH 3/5] gps: extend min GPS week number Bug: 238931611 Validity test: 239117198 Test: Gnss Sanity test Change-Id: I3156b79dcd36b4268cee41a6e16f589b358b59c8 --- gps.xml.b3 | 1 + gps_user.xml.b3 | 1 + 2 files changed, 2 insertions(+) diff --git a/gps.xml.b3 b/gps.xml.b3 index a6bbcfc..0879fa9 100644 --- a/gps.xml.b3 +++ b/gps.xml.b3 @@ -76,6 +76,7 @@ EnableOnChipStopNotification="2" PowerMode="3" + MinGpsWeekNumber="2216" /> Date: Fri, 15 Jul 2022 02:58:08 +0000 Subject: [PATCH 4/5] Update B3 SVN to 11 Bug: 232157623 Change-Id: I3c4ac04b448e2aa1f14e3cc16ed5df67f7856c83 --- device-bluejay.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-bluejay.mk b/device-bluejay.mk index 51cc968..3f1d795 100644 --- a/device-bluejay.mk +++ b/device-bluejay.mk @@ -120,7 +120,7 @@ PRODUCT_SOONG_NAMESPACES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=10 + ro.vendor.build.svn=11 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \ From 4706073ed19cd14d207c1b6bbb157ae31494100d Mon Sep 17 00:00:00 2001 From: Bassem Khalife Date: Fri, 15 Jul 2022 03:46:54 +0000 Subject: [PATCH 5/5] Update B3 SVN to 12 Bug: 232157623 Change-Id: I137681352feaa215deb25d9d1509c0d3619c018d --- device-bluejay.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-bluejay.mk b/device-bluejay.mk index 3f1d795..086cf93 100644 --- a/device-bluejay.mk +++ b/device-bluejay.mk @@ -120,7 +120,7 @@ PRODUCT_SOONG_NAMESPACES += \ # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=11 + ro.vendor.build.svn=12 # DCK properties based on target PRODUCT_PROPERTY_OVERRIDES += \