diff options
author | Yifan Hong <elsk@google.com> | 2021-02-04 11:18:43 -0800 |
---|---|---|
committer | Yifan Hong <elsk@google.com> | 2021-02-11 00:25:26 +0000 |
commit | c514f66360cba1c0467e971fb686e1e895cb75bb (patch) | |
tree | 303d9e8c0d6bb90bd82aa8c7a2e5fe8ec630ebc9 /common/boot_control_interface.h | |
parent | 93c497d4ecc2f021ac5c98b4ac249b0f49ba4f43 (diff) |
MetricsReporter gets DynamicPartitionControl.
Test: TH
Bug: 178732971
Change-Id: If434927b7abdecb8093db1462dae196cd744331a
Diffstat (limited to 'common/boot_control_interface.h')
-rw-r--r-- | common/boot_control_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/boot_control_interface.h b/common/boot_control_interface.h index 3b61add3..321174eb 100644 --- a/common/boot_control_interface.h +++ b/common/boot_control_interface.h @@ -103,7 +103,7 @@ class BootControlInterface { // Check if |slot| is marked boot successfully. virtual bool IsSlotMarkedSuccessful(Slot slot) const = 0; - // Return the dynamic partition control interface. + // Return the dynamic partition control interface. Never null. virtual DynamicPartitionControlInterface* GetDynamicPartitionControl() = 0; // Return a human-readable slot name used for logging. |