• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/system/bin/sh
2# Script to start "jazzer_setup" on the device
3#
4base=/system
5export CLASSPATH=$base/framework/jazzer_setup.jar
6exec app_process $base/bin com.jazzer.JazzerSetup "$@"
7