OSDN Git Service

Revert "Add support for gid derivation on private volumes"
authorRichard Uhler <ruhler@google.com>
Thu, 14 Sep 2017 14:51:04 +0000 (14:51 +0000)
committerandroid-build-team Robot <android-build-team-robot@google.com>
Thu, 14 Sep 2017 20:16:15 +0000 (20:16 +0000)
This reverts commit 1b38e330035833971663eeb5bccfa16e4ffc1e72.

Causes a boot loop on bullhead.

Bug: 63245673
Bug: 65660058
Change-Id: I9c8afd3ba22547aff5aff06b71cb8ff3b8a07350
(cherry picked from commit a3a60b372efb48a672848c7797efd57a4ec92303)

EmulatedVolume.cpp

index 21b290a..df91904 100644 (file)
@@ -84,7 +84,6 @@ status_t EmulatedVolume::doMount() {
                 "-g", "1023", // AID_MEDIA_RW
                 "-m",
                 "-w",
-                "-G",
                 mRawPath.c_str(),
                 label.c_str(),
                 NULL)) {