tools: stop installing libudev

This was necessary because libva depended on it, but is not the case
anymore.

Change-Id: I568f37040ef24bfb0d12fc3fce5b3772e1e85ebb
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4164547
Auto-Submit: Alexandre Courbot <acourbot@chromium.org>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Commit-Queue: Dennis Kempin <denniskempin@google.com>
This commit is contained in:
Alexandre Courbot 2023-01-11 12:11:04 +09:00 committed by crosvm LUCI
parent 082cc55936
commit 2b19289050
4 changed files with 0 additions and 5 deletions

View file

@ -16,7 +16,6 @@ sudo apt-get install --yes --no-install-recommends \
libepoxy-dev:arm64 \
libssl-dev:arm64 \
libswscale-dev:arm64 \
libudev-dev:arm64 \
libva-dev:arm64 \
libwayland-dev:arm64 \
libxext-dev:arm64 \

View file

@ -15,7 +15,6 @@ sudo apt-get install --yes --no-install-recommends \
libepoxy-dev:armhf \
libssl-dev:armhf \
libswscale-dev:armhf \
libudev-dev:armhf \
libva-dev:armhf \
libwayland-dev:armhf \
libxext-dev:armhf

View file

@ -27,7 +27,6 @@ sudo apt-get install --yes --no-install-recommends \
libslirp-dev \
libssl-dev \
libswscale-dev \
libudev-dev \
libva-dev \
libwayland-dev \
libxext-dev \

View file

@ -10,11 +10,9 @@ set -ex
# Install packages to run build.rs in some crate:
# * libcap-dev: Used by minijail-sys/build.rs
# * libudev-dev: Used by libudev-sys's build.rs, pulled by libva
# * protobuf-compiler: Generates Rust files in protos
sudo apt install --yes --no-install-recommends \
libcap-dev \
libudev-dev \
protobuf-compiler
# The mdbook and mdbook-mermaid tools are used to build the crosvm book.