Merge "Add support for gid derivation on private volumes"
am: 0b7dbf0b1c
Change-Id: I55313f24f2d932fb76d1b107c9e765b507f0403d
This commit is contained in:
commit
c2c183e02c
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ status_t EmulatedVolume::doMount() {
|
|||
"-g", "1023", // AID_MEDIA_RW
|
||||
"-m",
|
||||
"-w",
|
||||
"-G",
|
||||
mRawPath.c_str(),
|
||||
label.c_str(),
|
||||
NULL)) {
|
||||
|
|
Loading…
Reference in a new issue