summaryrefslogtreecommitdiff
path: root/antutu5/execute.sh
diff options
context:
space:
mode:
Diffstat (limited to 'antutu5/execute.sh')
-rwxr-xr-xantutu5/execute.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/antutu5/execute.sh b/antutu5/execute.sh
deleted file mode 100755
index 264f2de..0000000
--- a/antutu5/execute.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-#need to be defined for different benchmark apks
-activity="com.antutu.ABenchMark5/.ABenchMarkStart"
-apk_file_name="antutu-benchmark-v5-alpha.apk"
-test_method="python vc.py"
-apk_package="com.antutu.ABenchMark5"
-
-#following should no need to modify
-parent_dir=`dirname ${0}`
-source "${parent_dir}/../common/common.sh"
-main "$@"
-
-
-
-