summaryrefslogtreecommitdiffstats
path: root/cmds/sm
Commit message (Collapse)AuthorAgeFilesLines
* Command to change force adoptable state.Jeff Sharkey2015-05-151-2/+10
| | | | | | | | Since user builds can't setprop, add an explicit "sm" verb to change the force adoptable state. Bug: 21191915 Change-Id: I719d9b18c1a98c97442a5ddb1cc5512e8e4d3d3f
* Determine if we have adoptable disks.Jeff Sharkey2015-05-131-1/+11
| | | | | Bug: 19993667 Change-Id: I9b21b05736c22d34ca22f5ad6e1a6ebec440cfb6
* New "sm" shell tool to call StorageManager.Jeff Sharkey2015-05-125-0/+390
Surface basic StorageManager commands through shell tool, like simple listing of disks and volumes, and commands like mounting and partitioning. The output is designed to be parsed by host-side testing tools, instead of relying on fragile dumpsys parsing. Bug: 19993667 Change-Id: I993e92ecf57996678965945f0ae648b392a77ea2