Handle retry count

Test: vdc setCheckpoint 2 then reboot 3 times checking state
Bug: 112901762
Change-Id: I85a71d059bca27b76175b9bd8465cc453f0ddb8d
diff --git a/binder/android/os/IVold.aidl b/binder/android/os/IVold.aidl
index 27330fe..c95d5ad 100644
--- a/binder/android/os/IVold.aidl
+++ b/binder/android/os/IVold.aidl
@@ -101,7 +101,7 @@
     boolean needsRollback();
     void abortChanges();
     boolean commitChanges();
-    boolean prepareDriveForCheckpoint(@utf8InCpp String mountPoint);
+    boolean prepareCheckpoint();
     boolean restoreCheckpoint(@utf8InCpp String device);
     boolean markBootAttempt();