1#!/usr/bin/env bash 2# Copyright 2021 The ChromiumOS Authors 3# Use of this source code is governed by a BSD-style license that can be 4# found in the LICENSE file. 5set -ex 6 7sudo apt-get install --yes --no-install-recommends \ 8 gcc-arm-linux-gnueabihf \ 9 libc-dev:armhf \ 10 libcap-dev:armhf \ 11 libdbus-1-dev:armhf \ 12 libdrm-dev:armhf \ 13 libepoxy-dev:armhf \ 14 libssl-dev:armhf \ 15 libwayland-dev:armhf \ 16 libxext-dev:armhf 17