Destroy vold socket interface completely.

Long live Binder.

Test: yes
Bug: 13758960
Change-Id: If6be379b5a873f1b0c66dd1522b87413ad10fc46
diff --git a/binder/android/os/IVold.aidl b/binder/android/os/IVold.aidl
index 1736829..d47f113 100644
--- a/binder/android/os/IVold.aidl
+++ b/binder/android/os/IVold.aidl
@@ -23,6 +23,7 @@
 interface IVold {
     void setListener(IVoldListener listener);
 
+    void monitor();
     void reset();
     void shutdown();
     void mountAll();