mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-12-25 04:14:06 +00:00
crosvm: update kokoro docker file to install libusb-1.0
Usb emulation depend on libusb. This path install libusb-1.0 to the container. BUG=chromium:831850 TEST=local build docker and run kokoro_simulator.sh Change-Id: I2fa406914bf7cfe9a790ec945e15eb387e964d8e Reviewed-on: https://chromium-review.googlesource.com/1356766 Commit-Ready: Jingkui Wang <jkwang@google.com> Tested-by: Jingkui Wang <jkwang@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
ef37e2fe15
commit
b14ce22a1b
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y \
|
|||
libgles1-mesa-dev \
|
||||
libgles2-mesa-dev \
|
||||
libtool \
|
||||
libusb-1.0-0-dev \
|
||||
libwayland-dev \
|
||||
make \
|
||||
nasm \
|
||||
|
|
Loading…
Reference in a new issue