Merge "Add support for gid derivation on private volumes" into oc-mr1-dev
am: e335ee8f72
Change-Id: I4546ead188fc1e8fc675153586b1c4b4500f9c72
This commit is contained in:
commit
d3cde53e0e
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