summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Uhler <ruhler@google.com>2017-09-14 14:55:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-09-14 14:55:32 +0000
commit3bfa263f53cce75474dd4e93e9885177e4fdb388 (patch)
tree89ab8d5f60652363b0d6b1452104709df4fd3690
parente335ee8f7279d321c5cd7e8916fc6454a23b2cd5 (diff)
parenta3a60b372efb48a672848c7797efd57a4ec92303 (diff)
downloadvold-3bfa263f53cce75474dd4e93e9885177e4fdb388.tar.gz
Merge "Revert "Add support for gid derivation on private volumes"" into oc-mr1-dev
-rw-r--r--EmulatedVolume.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/EmulatedVolume.cpp b/EmulatedVolume.cpp
index 21b290a9..df91904a 100644
--- a/EmulatedVolume.cpp
+++ b/EmulatedVolume.cpp
@@ -84,7 +84,6 @@ status_t EmulatedVolume::doMount() {
"-g", "1023", // AID_MEDIA_RW
"-m",
"-w",
- "-G",
mRawPath.c_str(),
label.c_str(),
NULL)) {