Add stubs for UpdateEngine.CleanupSuccessfulUpdate am: 2236ea0fcf am: b17365d354 am: 5d567d3624

Change-Id: I37eb2433fd676bae1316115fee1d1de8a39f2007
GitOrigin-RevId: 382563ba3db18811c61ca6a8c98bf649362ab305
diff --git a/binder_bindings/android/os/IUpdateEngine.aidl b/binder_bindings/android/os/IUpdateEngine.aidl
index 8a5ec71..bbb86a3 100644
--- a/binder_bindings/android/os/IUpdateEngine.aidl
+++ b/binder_bindings/android/os/IUpdateEngine.aidl
@@ -58,4 +58,12 @@
    */
   long allocateSpaceForPayload(in String metadataFilename,
                                in String[] headerKeyValuePairs);
+  /** @hide
+   *
+   * Wait for merge to finish, and clean up necessary files.
+   *
+   * @return SUCCESS if successful. ERROR if transient errors (e.g. merged but
+   * needs reboot). DEVICE_CORRUPTED for permanent errors.
+   */
+  int cleanupSuccessfulUpdate();
 }