blob: 8fd2c9fe2010c5d923bc4a05667628f0da583a3a [file] [log] [blame]
#!/system/bin/sh
# Script to start "jazzer_setup" on the device
#
base=/system
export CLASSPATH=$base/framework/jazzer_setup.jar
exec app_process $base/bin com.jazzer.JazzerSetup "$@"