blob: 47bce2988aa3c5fd24a20427a8fbd9c4bd4d4284 [file] [log] [blame]
Keun Soo Yim072337b2016-05-13 15:58:26 -07001#!/bin/bash
2
3BASE_DIR=`pwd`/../..
4echo $BASE_DIR
5
6#adb root
7adb push ${BASE_DIR}/out/target/product/gce_x86/system/bin/fuzzer /data/local/tmp/fuzzer
8adb push ${BASE_DIR}/out/target/product/gce_x86/system/bin/vts_hal_agent /data/local/tmp/vts_hal_agent
9adb shell chmod 755 /data/local/tmp/fuzzer
10adb shell chmod 755 /data/local/tmp/vts_hal_agent
11adb shell /data/local/tmp/vts_hal_agent