summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2017-09-28 14:27:55 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2017-09-28 14:27:55 +0800
commit632f04de4c24386067a017cafa058f66a3bb037e (patch)
tree13cc5637ca8740f53b2ac54f42d9e09c83034c95
parent39e0c11be08ca2381f398a4c4896da7244a363a9 (diff)
install usbutils package for boottime.sh
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rwxr-xr-xautomated/android/boottime/boottime.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/automated/android/boottime/boottime.sh b/automated/android/boottime/boottime.sh
index b784c63..1ddf3c5 100755
--- a/automated/android/boottime/boottime.sh
+++ b/automated/android/boottime/boottime.sh
@@ -26,6 +26,9 @@ while getopts ":S:s:t:o:n:" o; do
esac
done
+PKG_DEPS="usbutils"
+install_deps "${PKG_DEPS}"
+
initialize_adb
# wait till the launcher displayed
wait_homescreen "${BOOT_TIMEOUT}"