Merge "Revert "Add support for gid derivation on private volumes""
am: 9588da7095

Change-Id: Ie2e32cca7542cdc1aaec5e8481b6a255b3c3b298
diff --git a/EmulatedVolume.cpp b/EmulatedVolume.cpp
index eb1add8..44ad22a 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)) {