Merge "Allow null IVoldMountCallback in Vold#mount"
diff --git a/binder/android/os/IVold.aidl b/binder/android/os/IVold.aidl
index 8412f9a..f4528d9 100644
--- a/binder/android/os/IVold.aidl
+++ b/binder/android/os/IVold.aidl
@@ -42,7 +42,7 @@
void forgetPartition(@utf8InCpp String partGuid, @utf8InCpp String fsUuid);
void mount(@utf8InCpp String volId, int mountFlags, int mountUserId,
- IVoldMountCallback callback);
+ @nullable IVoldMountCallback callback);
void unmount(@utf8InCpp String volId);
void format(@utf8InCpp String volId, @utf8InCpp String fsType);
void benchmark(@utf8InCpp String volId, IVoldTaskListener listener);