From e82e07a479112e5f4b903ffdb63fd4920645306c Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Fri, 1 Apr 2022 09:34:07 +0200 Subject: [PATCH 1/2] Update GS290 build fingerprint Update the build fingerprint to the one associated to the 2021-12-05 security patch level. --- play-services-core/src/main/res/xml/profile_gs290_eea_29.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play-services-core/src/main/res/xml/profile_gs290_eea_29.xml b/play-services-core/src/main/res/xml/profile_gs290_eea_29.xml index f8950e5e3..f4da4967c 100644 --- a/play-services-core/src/main/res/xml/profile_gs290_eea_29.xml +++ b/play-services-core/src/main/res/xml/profile_gs290_eea_29.xml @@ -1,5 +1,5 @@ - + -- GitLab From 1c90befae4e137f91faca16948521e930ee2fbb2 Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Fri, 1 Apr 2022 09:37:32 +0200 Subject: [PATCH 2/2] Remove our device build fingerprints Remove them from GmsCore since we moved them to ih8sn configuration. There is an exception for GS290 where ih8sn makes device crash/boot into recovery when setting the build fingerprint at init. Related to GSI image ? --- .../src/main/res/xml/profile_fp3_29.xml | 30 ------------------- .../src/main/res/xml/profile_fp3_30.xml | 30 ------------------- .../src/main/res/xml/profile_fp4eea_30.xml | 29 ------------------ .../res/xml/profile_lineage_emerald_30.xml | 5 ---- .../src/main/res/xml/profile_starlte_27.xml | 5 ---- 5 files changed, 99 deletions(-) delete mode 100644 play-services-core/src/main/res/xml/profile_fp3_29.xml delete mode 100644 play-services-core/src/main/res/xml/profile_fp3_30.xml delete mode 100644 play-services-core/src/main/res/xml/profile_fp4eea_30.xml delete mode 100644 play-services-core/src/main/res/xml/profile_lineage_emerald_30.xml delete mode 100644 play-services-core/src/main/res/xml/profile_starlte_27.xml diff --git a/play-services-core/src/main/res/xml/profile_fp3_29.xml b/play-services-core/src/main/res/xml/profile_fp3_29.xml deleted file mode 100644 index d2690e122..000000000 --- a/play-services-core/src/main/res/xml/profile_fp3_29.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/play-services-core/src/main/res/xml/profile_fp3_30.xml b/play-services-core/src/main/res/xml/profile_fp3_30.xml deleted file mode 100644 index 974f34181..000000000 --- a/play-services-core/src/main/res/xml/profile_fp3_30.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/play-services-core/src/main/res/xml/profile_fp4eea_30.xml b/play-services-core/src/main/res/xml/profile_fp4eea_30.xml deleted file mode 100644 index f49a1759a..000000000 --- a/play-services-core/src/main/res/xml/profile_fp4eea_30.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/play-services-core/src/main/res/xml/profile_lineage_emerald_30.xml b/play-services-core/src/main/res/xml/profile_lineage_emerald_30.xml deleted file mode 100644 index 78eabe575..000000000 --- a/play-services-core/src/main/res/xml/profile_lineage_emerald_30.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/play-services-core/src/main/res/xml/profile_starlte_27.xml b/play-services-core/src/main/res/xml/profile_starlte_27.xml deleted file mode 100644 index 85d574d9a..000000000 --- a/play-services-core/src/main/res/xml/profile_starlte_27.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - -- GitLab