From 7cc108b7b49a8fc046b66251db159f42752fa9b4 Mon Sep 17 00:00:00 2001 From: Shinru Han Date: Tue, 27 Aug 2024 06:57:59 +0000 Subject: [PATCH 1/3] gps: Re-enable GLO & QZSS in US Test: on-device Bug: 353579502 Change-Id: I2cb913ae5dae4bf62c7b11a98dcc429b186520c9 --- gps.6.1.xml.b3 | 3 +++ gps.xml.b3 | 3 +++ gps_user.6.1.xml.b3 | 2 ++ gps_user.xml.b3 | 2 ++ 4 files changed, 10 insertions(+) diff --git a/gps.6.1.xml.b3 b/gps.6.1.xml.b3 index 7b68fcb..9ab8fc6 100644 --- a/gps.6.1.xml.b3 +++ b/gps.6.1.xml.b3 @@ -57,6 +57,7 @@ AttributionAppPkgName="com.google.android.carrierlocation" AssertEnabled="true" + ExitOnComFailure="true" CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeUseAgnssLocForEmptyDbh="true" ReAidingOnHotStart="false" @@ -95,6 +96,8 @@ /> diff --git a/gps.xml.b3 b/gps.xml.b3 index 25081c8..11c0734 100644 --- a/gps.xml.b3 +++ b/gps.xml.b3 @@ -57,6 +57,7 @@ AttributionAppPkgName="com.google.android.carrierlocation" AssertEnabled="true" + ExitOnComFailure="true" CpLppeCancelDbhOnAgnssProvideLoc="true" CpLppeUseAgnssLocForEmptyDbh="true" ReAidingOnHotStart="false" @@ -95,6 +96,8 @@ /> diff --git a/gps_user.6.1.xml.b3 b/gps_user.6.1.xml.b3 index fb8c15a..8679528 100644 --- a/gps_user.6.1.xml.b3 +++ b/gps_user.6.1.xml.b3 @@ -94,6 +94,8 @@ /> diff --git a/gps_user.xml.b3 b/gps_user.xml.b3 index 8d15786..d677aef 100644 --- a/gps_user.xml.b3 +++ b/gps_user.xml.b3 @@ -94,6 +94,8 @@ /> From 1eb4d583af80f24d6aca71bdc61c68a3f87f157d Mon Sep 17 00:00:00 2001 From: Robin Peng Date: Fri, 6 Sep 2024 07:32:25 +0000 Subject: [PATCH 2/3] Symlink current prebuilt folder to android root The Android are now based on Trunk Stable world and Pixel prebuilts CLs also needs to reply with this which controlled by the flag which results: - the flag value might be different on each branches - the flag value are mostly different on each release configuration - for local builds, ENGs' needs to figure out the correct location of current prebuilts by checking through entire prebuilt textproto files To alleviate this problem, create an symlink file under android root indicates current prebuilt path after invoke the android lunch cmd. Bug: 364831620 Flag: EXEMPT export current prebuilt path Change-Id: I1d77e050f607ac93fe45c9ba075c35274e1052f7 Signed-off-by: Robin Peng --- bluejay/BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/bluejay/BoardConfig.mk b/bluejay/BoardConfig.mk index 6496ad0..bb3ab52 100644 --- a/bluejay/BoardConfig.mk +++ b/bluejay/BoardConfig.mk @@ -43,6 +43,7 @@ BOARD_KERNEL_CMDLINE += disable_dma32=on include device/google/gs101/BoardConfig-common.mk include device/google/gs101/wifi/BoardConfig-wifi.mk -include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk +include device/google/gs-common/check_current_prebuilt/check_current_prebuilt.mk -include vendor/google_devices/bluejay/proprietary/BoardConfigVendor.mk $(call soong_config_set,google3a_config,target_device,bluejay) From c787f48091ce3a2dd64f00dc858f915747fe7933 Mon Sep 17 00:00:00 2001 From: Koli Lin Date: Thu, 5 Sep 2024 08:20:33 +0000 Subject: [PATCH 3/3] Update product id for bluejay Test: manual Bug: 316248308 Flag: EXEMPT prop value only update Change-Id: I403b2eea2dbf170209157aba3b44945b3fff9bc8 --- device-bluejay.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device-bluejay.mk b/device-bluejay.mk index 079bd7b..7c70b6e 100644 --- a/device-bluejay.mk +++ b/device-bluejay.mk @@ -309,5 +309,6 @@ PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_AVF_REMOTE_ATTESTATION_DISABLED := true # Bluetooth device id +# Bluejay: 0x4108 PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.device_id.product_id=20488 + bluetooth.device_id.product_id=16648