From d45861e5859bba1a414a1c87a11371bed5087b76 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Thu, 22 Aug 2019 10:59:08 +0200 Subject: [PATCH] If we have both vendor and boot security_patch, prefer vendor security_patch --- rw-system.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rw-system.sh b/rw-system.sh index 657c51d..e46a4d2 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -397,6 +397,7 @@ if [ -f /system/phh/secure ];then 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 resetprop ro.build.tags release-keys resetprop ro.boot.vbmeta.device_state locked resetprop ro.boot.verifiedbootstate green