Merge "Add support for gid derivation on private volumes"

am: 0b7dbf0b1c

Change-Id: I55313f24f2d932fb76d1b107c9e765b507f0403d
This commit is contained in:
Daniel Rosenberg 2017-09-21 01:03:16 +00:00 committed by android-build-merger
commit c2c183e02c

View file

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