commit | e50ddb786a5f172b24b40a2c67ce9e6bf9a149d8 | [log] [tgz] |
---|---|---|
author | Ricky Wai <rickywai@google.com> | Mon Feb 17 18:57:01 2020 +0000 |
committer | Ricky Wai <rickywai@google.com> | Tue Feb 18 11:42:32 2020 +0000 |
tree | ac9012cea3a4f0ca8e96f43a0697f8d609a42fa0 | |
parent | e3f78f484335a04f19577fa454cc1f37ef20ab07 [diff] [blame] |
Fix vold cannot create obb directory Test: setupAppDir works now Change-Id: I4bc67ecb57c30b1d0728580abc738e91f97de722
diff --git a/Utils.cpp b/Utils.cpp index 6a67071..84bed34 100644 --- a/Utils.cpp +++ b/Utils.cpp
@@ -255,7 +255,7 @@ 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;