vendor/cloud/PluginCmd/apm

6 lines
134 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:12:20 +08:00
#!/system/bin/sh
base=/product
export CLASSPATH=$base/framework/apm.jar
exec app_process $base/bin com.android.commands.apm.Apm "$@"