Merge "Revert "Add support for gid derivation on private volumes"" am: 9588da7095 am: 6b264e4a4c
am: 3ed63e8d21

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