commit | bf8a9cb07010c29c8a993124c13e3e7f48d6c6be | [log] [tgz] |
---|---|---|
author | Saswat Padhi <spadhi@chromium.org> | Wed Dec 04 02:32:33 2024 +0000 |
committer | Saswat Padhi <spadhi@chromium.org> | Wed Dec 04 18:43:06 2024 +0000 |
tree | b200c5f39da8d8a4f91344ec6e8beca7e57434d8 | |
parent | 1f2c236c9e2e12e1a17d5841dd25d1365a258e6b [diff] |
build/debian: Several improvements to build scripts - Consistently `exit 1` in place of `exit` at errors - Default to host machine arch, instead of aarch64 - Identical Kokoro build scripts for aarch64 and x86_64 due to the above - Better error message¹ for ANDROID_BUILD_TOP in containerized build - `-s` flag for build_in_container.sh to unconditionally leave a shell open for further testing ¹ ANDROID_BUILD_TOP is not set by only running `source build/envsetup.sh`. Additionally, a target must be `lunch`ed to set this variable. Bug: None Test: ./build_in_container.sh -s -w Change-Id: Iec28c7f0d582fc5fdbbe9700cb759b1f3278a514
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: