summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Uhler <ruhler@google.com>2017-09-14 14:51:04 +0000
committerRichard Uhler <ruhler@google.com>2017-09-14 14:51:04 +0000
commita3a60b372efb48a672848c7797efd57a4ec92303 (patch)
treea807a8fa23589d38adedff6d54542fb0762af54a
parent1b38e330035833971663eeb5bccfa16e4ffc1e72 (diff)
downloadvold-a3a60b372efb48a672848c7797efd57a4ec92303.tar.gz
Revert "Add support for gid derivation on private volumes"
This reverts commit 1b38e330035833971663eeb5bccfa16e4ffc1e72. Causes a boot loop on bullhead. Bug: 63245673 Bug: 65660058 Change-Id: I9c8afd3ba22547aff5aff06b71cb8ff3b8a07350
-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)) {