Home | History | Annotate | Download | only in bu
      1 # Script to start "bu" on the device
      2 #
      3 base=/system
      4 export CLASSPATH=$base/framework/bu.jar
      5 exec app_process $base/bin com.android.commands.bu.Backup "$@"
      6 
      7