summaryrefslogtreecommitdiff
path: root/binder
diff options
context:
space:
mode:
Diffstat (limited to 'binder')
-rw-r--r--binder/android/os/IVold.aidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/binder/android/os/IVold.aidl b/binder/android/os/IVold.aidl
index 78598b31..f1ada6cc 100644
--- a/binder/android/os/IVold.aidl
+++ b/binder/android/os/IVold.aidl
@@ -55,6 +55,7 @@ interface IVold {
void remountUid(int uid, int remountMode);
void setupAppDir(@utf8InCpp String path, int appUid);
+ void fixupAppDir(@utf8InCpp String path, int appUid);
@utf8InCpp String createObb(@utf8InCpp String sourcePath, @utf8InCpp String sourceKey,
int ownerGid);