Merge "Add support for gid derivation on private volumes"

gugelfrei
Treehugger Robot 7 years ago committed by Gerrit Code Review
commit 0b7dbf0b1c

@ -84,6 +84,7 @@ status_t EmulatedVolume::doMount() {
"-g", "1023", // AID_MEDIA_RW
"-m",
"-w",
"-G",
mRawPath.c_str(),
label.c_str(),
NULL)) {

Loading…
Cancel
Save