commit | e335ee8f7279d321c5cd7e8916fc6454a23b2cd5 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <[email protected]> | Thu Sep 14 01:37:01 2017 +0000 |
committer | Android (Google) Code Review <[email protected]> | Thu Sep 14 01:37:01 2017 +0000 |
tree | 84169d8f9ababd03cbb417a24c6cc39be8025d90 | |
parent | 5744dfe3cc9bf7caa8a297f87528419979b138ff [diff] | |
parent | 1b38e330035833971663eeb5bccfa16e4ffc1e72 [diff] |
Merge "Add support for gid derivation on private volumes" into oc-mr1-dev
diff --git a/EmulatedVolume.cpp b/EmulatedVolume.cpp index df91904..21b290a 100644 --- a/EmulatedVolume.cpp +++ b/EmulatedVolume.cpp
@@ -84,6 +84,7 @@ "-g", "1023", // AID_MEDIA_RW "-m", "-w", + "-G", mRawPath.c_str(), label.c_str(), NULL)) {