platform_frameworks_base/cmds/abx/xml2abx

4 lines
128 B
Plaintext
Executable File

#!/system/bin/sh
export CLASSPATH=/system/framework/abx.jar
exec app_process /system/bin com.android.commands.abx.Abx "$0" "$@"