Merge "Revert "Add support for gid derivation on private volumes"" into oc-mr1-dev am: 3bfa263f53

am: fe64fee09d

Change-Id: I818351970b66d18492c3c181618069602ad3ee26
This commit is contained in:
Richard Uhler 2017-09-15 10:09:05 +00:00 committed by android-build-merger
commit 97cb6e597c

View file

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