commit | 8cad97b48f649fda9fa27fc4d361d5b9fd2c550f | [log] [tgz] |
---|---|---|
author | Sudheer Shanka <sudheersai@google.com> | Tue Mar 05 10:31:27 2019 -0800 |
committer | Sudheer Shanka <sudheersai@google.com> | Tue Mar 05 14:43:14 2019 -0800 |
tree | ef921e903fa8184b311c998ef5c1c10b7c733429 | |
parent | 9bdf002f70a26eb7b593f518db5159abeb57ac34 [diff] [blame] |
Pass unshared_obb flag to sdcardfs setup. Bug: 110960295 Test: atest cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ExternalStorageHostTest.java Change-Id: I945722849ce225ca701bba482c859f1a6567bb63
diff --git a/model/EmulatedVolume.cpp b/model/EmulatedVolume.cpp index 1d5546c..73bf6d1 100644 --- a/model/EmulatedVolume.cpp +++ b/model/EmulatedVolume.cpp
@@ -91,6 +91,7 @@ "-w", "-G", "-i", + "-o", mRawPath.c_str(), label.c_str(), NULL)) {