Add stubs for UpdateEngine.CleanupSuccessfulUpdate
This API waits for merge to finish after rebooting to
the new Virtual A/B build.
Test: pass
Bug: 138808328
Change-Id: I9422f0ffb1876b71ab45e994fc2d5c76d9ec3a75
diff --git a/update_attempter_android.h b/update_attempter_android.h
index 309adff..c301e64 100644
--- a/update_attempter_android.h
+++ b/update_attempter_android.h
@@ -81,6 +81,7 @@
const std::string& metadata_filename,
const std::vector<std::string>& key_value_pair_headers,
brillo::ErrorPtr* error) override;
+ int32_t CleanupSuccessfulUpdate(brillo::ErrorPtr* error) override;
// ActionProcessorDelegate methods:
void ProcessingDone(const ActionProcessor* processor,