#!/usr/bin/env bash # Copyright 2021 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. set -ex rustup target add aarch64-unknown-linux-gnu # Generate a cross file for meson to compile for aarch64 sudo mkdir -p -m 0755 /usr/local/share/meson/cross sudo tee /usr/local/share/meson/cross/aarch64 >/dev/null <