Skip to content

quic/gunyah-test-vmm

Repository files navigation

gunyah-test-vmm

Quick Start

To use this on an Android device, be sure to check the instructions below on setting up the NDK. Assuming adb shell and adb push work, you can run:

rustup component add llvm-tools

cargo test --workspace -- --test-threads 1

Running on Android

To get started building/running on Android, please make sure you have the Android NDK set up. If you don't, you can do it for this project by running ./setup-android.sh. If you already have it setup, you should remove the ar and linker configurations from [target.aarch64-linux-android] in .cargo/config.toml here.

rustup target add aarch64-linux-android
rustup component add llvm-tools
./setup-android.sh

# build/test as usual
cargo build

Dev Container

If you don't have/want the rust toolchain installed, you can use ./tools/dev_container.

./tools/dev_container cargo test

License

SPDX-License-Identifier: BSD-3-Clause-Clear

See LICENSE for the full license text.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published