summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2016-07-22 05:53:30 +0000
committerYongqin Liu <yongqin.liu@linaro.org>2016-07-22 05:53:30 +0000
commit9ff42bcc34f63b769096dfb44af734eef2ad9799 (patch)
treeae99570a2046c04bad74b4142532cdf58c7e24a1
parentf421716654d1aef8ee0606dbacdaa6c26d178ba1 (diff)
Revert "antutu6.0/execute.sh: hack for dma problem on hdmi-audio support"
This reverts commit f421716654d1aef8ee0606dbacdaa6c26d178ba1. Change-Id: I8296f3d0092dd5228b1c7dc6af6184850fb359cd
-rwxr-xr-xantutu6.0/execute.sh14
1 files changed, 1 insertions, 13 deletions
diff --git a/antutu6.0/execute.sh b/antutu6.0/execute.sh
index a354889..09a2593 100755
--- a/antutu6.0/execute.sh
+++ b/antutu6.0/execute.sh
@@ -21,18 +21,6 @@ function install_3d_benchmark(){
fi
}
-# hack for https://bugs.linaro.org/show_bug.cgi?id=2389
-function hack_for_dma_hdmi_audio(){
- adb root
- adb shell stop media
- adb shell start media
-}
-
-function func_aututu6_post_install(){
- install_3d_benchmark
- hack_for_dma_hdmi_audio
-}
-
function uninstall_3d_benchmark(){
pkg_3d="com.antutu.benchmark.full"
func_kill_uninstall "${apk_3d_name}" "${apk_3d_pkg}"
@@ -41,7 +29,7 @@ function uninstall_3d_benchmark(){
#following should no need to modify
parent_dir=`dirname ${0}`
source "${parent_dir}/../common/common.sh"
-post_install="func_aututu6_post_install"
+post_install="install_3d_benchmark"
post_uninstall="uninstall_3d_benchmark"
timeout=30m
main "$@"