summaryrefslogtreecommitdiffstats
path: root/EmulatedVolume.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'EmulatedVolume.cpp')
-rw-r--r--EmulatedVolume.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/EmulatedVolume.cpp b/EmulatedVolume.cpp
index df91904..21b290a 100644
--- a/EmulatedVolume.cpp
+++ b/EmulatedVolume.cpp
@@ -84,6 +84,7 @@ status_t EmulatedVolume::doMount() {
"-g", "1023", // AID_MEDIA_RW
"-m",
"-w",
+ "-G",
mRawPath.c_str(),
label.c_str(),
NULL)) {