6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
|
#!/system/bin/sh
|
||
|
|
||
|
base=/product
|
||
|
export CLASSPATH=$base/framework/apm.jar
|
||
|
exec app_process $base/bin com.android.commands.apm.Apm "$@"
|