commit | 0f9dbb1a3d33dc485c79d814dcb6e2e5c65cb7ef | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Mon Feb 24 18:34:49 2020 -0800 |
committer | Yifan Hong <elsk@google.com> | Thu Mar 05 08:48:54 2020 -0800 |
tree | 6fc6d28e49dba9e08d705b980df157c98e92d971 | |
parent | f971bade3aa75c7d9d3dac7287ee7a8ff74e738b [diff] [blame] |
BootControl: is slot marked successful Test: update_engine_unittests Bug: 147696014 Change-Id: I316efda7a0936e2dee0f766efb5c18ff30790274 Merged-In: I316efda7a0936e2dee0f766efb5c18ff30790274
diff --git a/boot_control_chromeos.cc b/boot_control_chromeos.cc index e972d41..0f47169 100644 --- a/boot_control_chromeos.cc +++ b/boot_control_chromeos.cc
@@ -329,6 +329,11 @@ return -1; } +bool BootControlChromeOS::IsSlotMarkedSuccessful(Slot slot) const { + LOG(ERROR) << __func__ << " not supported."; + return false; +} + DynamicPartitionControlInterface* BootControlChromeOS::GetDynamicPartitionControl() { return dynamic_partition_control_.get();