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

Change-Id: I818351970b66d18492c3c181618069602ad3ee26
diff --git a/model/EmulatedVolume.cpp b/model/EmulatedVolume.cpp
index 21b290a..df91904 100644
--- a/model/EmulatedVolume.cpp
+++ b/model/EmulatedVolume.cpp
@@ -84,7 +84,6 @@
                 "-g", "1023", // AID_MEDIA_RW
                 "-m",
                 "-w",
-                "-G",
                 mRawPath.c_str(),
                 label.c_str(),
                 NULL)) {