Revert "Revert "Add support for gid derivation on private volumes""

This reverts commit a3a60b372e.

Reason for revert: All kernel prebuilts merged

(cherry picked from commit 75ae529bf8)

Bug: 65600849
Bug: 65573871
Test: m
Change-Id: I75b0cb1d82213b875cbef8d39f4f1a8fb34b9795
This commit is contained in:
Rom Lemarchand 2017-09-15 18:48:01 +00:00 committed by Andreas Gampe
parent 4a921633fa
commit 958c216d87

View file

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