Merge "Add support for gid derivation on private volumes" into oc-mr1-dev

am: e335ee8f72

Change-Id: I4546ead188fc1e8fc675153586b1c4b4500f9c72
This commit is contained in:
Daniel Rosenberg 2017-09-14 15:39:50 +00:00 committed by android-build-merger
commit d3cde53e0e

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