Keun Soo Yim | 072337b | 2016-05-13 15:58:26 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | BASE_DIR=`pwd`/../.. | ||||
4 | echo $BASE_DIR | ||||
5 | |||||
6 | #adb root | ||||
7 | adb push ${BASE_DIR}/out/target/product/gce_x86/system/bin/fuzzer /data/local/tmp/fuzzer | ||||
8 | adb push ${BASE_DIR}/out/target/product/gce_x86/system/bin/vts_hal_agent /data/local/tmp/vts_hal_agent | ||||
9 | adb shell chmod 755 /data/local/tmp/fuzzer | ||||
10 | adb shell chmod 755 /data/local/tmp/vts_hal_agent | ||||
11 | adb shell /data/local/tmp/vts_hal_agent |