commit | 7c26a3f6de17ad1065594f95b8fef654f4e7b5d7 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jan 15 23:32:27 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jan 15 23:32:27 2020 +0000 |
tree | 6a782364a779393365fa94bb0a7df8d88a542675 | |
parent | f690eb0b8499f37dc9cd4a23808c70590e9a9a81 [diff] | |
parent | 737759d142e383936619218b6024cb0e3a37d34e [diff] |
DynamicPartitionControl: document FinishUpdate am: 0b664d1964 am: 737759d142 Change-Id: I734da5ebaf5c8013a990eda98ad2c7c125789555
diff --git a/common/dynamic_partition_control_interface.h b/common/dynamic_partition_control_interface.h index c17bafb..c171fb5 100644 --- a/common/dynamic_partition_control_interface.h +++ b/common/dynamic_partition_control_interface.h
@@ -69,6 +69,8 @@ const DeltaArchiveManifest& manifest, bool update) = 0; + // After writing to new partitions, before rebooting into the new slot, call + // this function to indicate writes to new partitions are done. virtual bool FinishUpdate() = 0; };