Revert "Revert "Add support for gid derivation on private volumes""
This reverts commita3a60b372e
. Reason for revert: All kernel prebuilts merged (cherry picked from commit75ae529bf8
) Bug: 65600849 Bug: 65573871 Test: m Change-Id: I75b0cb1d82213b875cbef8d39f4f1a8fb34b9795
This commit is contained in:
parent
4a921633fa
commit
958c216d87
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ status_t EmulatedVolume::doMount() {
|
|||
"-g", "1023", // AID_MEDIA_RW
|
||||
"-m",
|
||||
"-w",
|
||||
"-G",
|
||||
mRawPath.c_str(),
|
||||
label.c_str(),
|
||||
NULL)) {
|
||||
|
|
Loading…
Reference in a new issue