init: Don't spoof SafetyNet properties in recovery mode

Change-Id: Ib6d3808c3b8f3e0cffab685a24d3cdd436b0fe9b
diff --git a/init/property_service.cpp b/init/property_service.cpp
index ee2fb43..6e200c0 100644
--- a/init/property_service.cpp
+++ b/init/property_service.cpp
@@ -1375,7 +1375,9 @@
     }
 
     // Report valid verified boot chain to help pass Google SafetyNet integrity checks
+    if (!IsRecoveryMode()) {
     SetSafetyNetProps();
+    }
 
     // If arguments are passed both on the command line and in DT,
     // properties set in DT always have priority over the command-line ones.