summaryrefslogtreecommitdiff
path: root/gallery/execute.sh
blob: f0619df0a89c0423a4e37a6477d5024001bc4254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

# need to be defined for different benchmark apks
activity="com.android.gallery3d/.app.GalleryActivity"
apk_file_name=""
test_method="python vc.py"
apk_package="com.android.gallery3d"

# following should no need to modify
parent_dir=`dirname ${0}`
source "${parent_dir}/../common/common.sh"
main "$@"