From 897f17c554f5971bedebcb3b671952d9b1caa1e0 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Sun, 8 Dec 2019 21:08:02 +0100 Subject: [PATCH] SPL got from boot.img is safer than from vendor (there can be mismatch) --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index 8fb61e9..0d47eea 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -408,8 +408,8 @@ if [ -f /system/phh/secure ];then copyprop ro.build.product ro.product.vendor.model copyprop ro.product.manufacturer ro.vendor.product.manufacturer copyprop ro.product.manufacturer ro.product.vendor.manufacturer - copyprop ro.build.version.security_patch ro.keymaster.xxx.security_patch copyprop ro.build.version.security_patch ro.vendor.build.security_patch + copyprop ro.build.version.security_patch ro.keymaster.xxx.security_patch resetprop ro.build.tags release-keys resetprop ro.boot.vbmeta.device_state locked resetprop ro.boot.verifiedbootstate green