Merge "Move long-running calls to async with listeners."
diff --git a/model/EmulatedVolume.cpp b/model/EmulatedVolume.cpp
index df91904..21b290a 100644
--- a/model/EmulatedVolume.cpp
+++ b/model/EmulatedVolume.cpp
@@ -84,6 +84,7 @@
                 "-g", "1023", // AID_MEDIA_RW
                 "-m",
                 "-w",
+                "-G",
                 mRawPath.c_str(),
                 label.c_str(),
                 NULL)) {