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

This commit is contained in:
Richard Uhler 2017-09-14 14:55:32 +00:00 committed by Android (Google) Code Review
commit 3bfa263f53

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