summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-09-14 20:20:23 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-14 20:20:23 +0000
commit6c7deecd664539858df4cae57f2a8e149ad828f6 (patch)
tree89ab8d5f60652363b0d6b1452104709df4fd3690
parent6edd686d051d5d72897c5beaa98553f2d15cf9e3 (diff)
parent73a480787bcacca56560148f3559514d8d931b9a (diff)
downloadandroid_system_vold-6c7deecd664539858df4cae57f2a8e149ad828f6.tar.gz
android_system_vold-6c7deecd664539858df4cae57f2a8e149ad828f6.tar.bz2
android_system_vold-6c7deecd664539858df4cae57f2a8e149ad828f6.zip
Merge cherrypicks of [2902972, 2901731, 2902830, 2902732, 2901894, 2902658] into oc-mr1-release
Change-Id: Ifbebb0993f4eee5a48b40012af5b188fe1059d42
-rw-r--r--EmulatedVolume.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/EmulatedVolume.cpp b/EmulatedVolume.cpp
index 21b290a..df91904 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)) {