Although when building system image, "input" script will be given execution permission, adb sync will push a version without x onto device from build tree. Refer to frameworks/base/cmds/svc/svc, which has execution bit set. Change-Id: I3e5bf0ce1a65133cb259d5c78456d36783c06b80
8 lines
201 B
Plaintext
Executable File
8 lines
201 B
Plaintext
Executable File
# Script to start "input" on the device, which has a very rudimentary
|
|
# shell.
|
|
#
|
|
base=/system
|
|
export CLASSPATH=$base/framework/input.jar
|
|
exec app_process $base/bin com.android.commands.input.Input $*
|
|
|