OSDN Git Service

FBE devices now fully support adoptable storage.
authorJeff Sharkey <jsharkey@android.com>
Thu, 4 Jan 2018 23:46:34 +0000 (16:46 -0700)
committerJeff Sharkey <jsharkey@android.com>
Fri, 5 Jan 2018 01:52:07 +0000 (18:52 -0700)
commit8c24ae7c47efa9e0a504dd97e54e9a2ccc972aff
tree04e1211ac2ed0f602c47f150215ae56125d50f59
parent91f1886e14e7fc2b349520d8b5b5777ba5de92f6
FBE devices now fully support adoptable storage.

We've finished all the underlying work to support adoptable storage
on FBE devices, so remove the code that was disabling it by default.

To aid debugging, support blocking move commands (so that we log
the stdout) via a system property, so we don't have to recompile
end user devices stuck in funky states.

Test: cts-tradefed run commandAndExit cts-dev -m CtsAppSecurityHostTestCases -t android.appsecurity.cts.AdoptableHostTest
Bug: 29923055258617553325267337289651
Change-Id: I6b781de7e196a1a50ba543843aca0caf74c3e282
MoveStorage.cpp
model/Disk.cpp