Fix vold cannot create obb directory

Test: setupAppDir works now
Change-Id: I4bc67ecb57c30b1d0728580abc738e91f97de722
gugelfrei
Ricky Wai 4 years ago
parent e3f78f4843
commit e50ddb786a

@ -255,7 +255,7 @@ int PrepareAppDirFromRoot(const std::string& path, const std::string& root, int
if (!IsFilesystemSupported("sdcardfs")) {
gid = AID_MEDIA_RW;
}
} else if (StartsWith(pathFromRoot, kAppMediaDir)) {
} else if (StartsWith(pathFromRoot, kAppObbDir)) {
appDir = kAppObbDir;
if (!IsFilesystemSupported("sdcardfs")) {
gid = AID_EXT_OBB_RW;

Loading…
Cancel
Save