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
7 lines
190 B
Plaintext
Executable File
7 lines
190 B
Plaintext
Executable File
# Script to start "sm" on the device, which has a very rudimentary
|
|
# shell.
|
|
#
|
|
base=/system
|
|
export CLASSPATH=$base/framework/sm.jar
|
|
exec app_process $base/bin com.android.commands.sm.Sm "$@"
|