From 2910957faecb1420e99704f6f5deaccd209bf261 Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Tue, 8 Mar 2022 14:42:28 +0100 Subject: [PATCH 1/2] Switch security patch level for SafetyNet reason Change security patch level to the one corresponding to the fingerprint contained in the device profile. --- lineage_emerald.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lineage_emerald.mk b/lineage_emerald.mk index 0c37da4..88071f5 100644 --- a/lineage_emerald.mk +++ b/lineage_emerald.mk @@ -40,3 +40,10 @@ PRODUCT_BUILD_PROP_OVERRIDES += PRIVATE_BUILD_DESC="full_yk673v6_lwg62_64-user 1 # Set BUILD_FINGERPRINT variable to be picked up by both system and vendor build.prop BUILD_FINGERPRINT := Teracube/emerald/emerald:11/RP1A.200720.011/202111011925:user/release-keys + +# The below PLATFORM_SECURITY_PATCH_OVERRIDE variable has to be synced +# with the microG device fingerprint for SagetyNet purposes and should +# not be modified. +# The value of this variable must be equal or older than the current +# system one in android_build. +PLATFORM_SECURITY_PATCH_OVERRIDE := 2021-10-05 -- GitLab From 6cc9db45cdb05af1022d71b2369a7b417277458e Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Tue, 15 Mar 2022 07:45:49 +0000 Subject: [PATCH 2/2] Fix type in comment --- lineage_emerald.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lineage_emerald.mk b/lineage_emerald.mk index 88071f5..8c7df6b 100644 --- a/lineage_emerald.mk +++ b/lineage_emerald.mk @@ -42,7 +42,7 @@ PRODUCT_BUILD_PROP_OVERRIDES += PRIVATE_BUILD_DESC="full_yk673v6_lwg62_64-user 1 BUILD_FINGERPRINT := Teracube/emerald/emerald:11/RP1A.200720.011/202111011925:user/release-keys # The below PLATFORM_SECURITY_PATCH_OVERRIDE variable has to be synced -# with the microG device fingerprint for SagetyNet purposes and should +# with the microG device fingerprint for SafetyNet purposes and should # not be modified. # The value of this variable must be equal or older than the current # system one in android_build. -- GitLab