Merge "Add support for gid derivation on private volumes" am: 0b7dbf0b1c

am: c2c183e02c

Change-Id: I71b1249e1d97bda5dc177881e0d01e3374bcf0a8
This commit is contained in:
Daniel Rosenberg 2017-09-21 01:05:14 +00:00 committed by android-build-merger
commit 2c629a9d48

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)) {