diff options
Diffstat (limited to 'install/install.cpp')
| -rw-r--r-- | install/install.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/install/install.cpp b/install/install.cpp index 979616dc..ed5200be 100644 --- a/install/install.cpp +++ b/install/install.cpp @@ -381,8 +381,7 @@ static InstallResult TryUpdateBinary(Package* package, bool* wipe_cache, const auto current_spl = android::base::GetProperty("ro.build.version.security_patch", ""); if (ViolatesSPLDowngrade(zip, current_spl)) { - LOG(ERROR) << "Denying OTA because it's SPL downgrade"; - return INSTALL_ERROR; + LOG(WARNING) << "This is SPL downgrade"; } const auto reboot_to_recovery = [] { |
