Pass unshared_obb flag to sdcardfs setup.
Bug: 110960295 Test: atest cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ExternalStorageHostTest.java Change-Id: I945722849ce225ca701bba482c859f1a6567bb63
This commit is contained in:
parent
9bdf002f70
commit
8cad97b48f
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ status_t EmulatedVolume::doMount() {
|
|||
"-w",
|
||||
"-G",
|
||||
"-i",
|
||||
"-o",
|
||||
mRawPath.c_str(),
|
||||
label.c_str(),
|
||||
NULL)) {
|
||||
|
|
Loading…
Reference in a new issue