commit | ba8850a6a9d67bf03581dc29080ab5aa32decd86 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Wed Jan 22 17:56:17 2025 -0800 |
committer | Ryan Prichard <rprichard@google.com> | Wed Jan 22 17:56:17 2025 -0800 |
tree | 44c321821be42c5fe6dd05d955299be62acc2c12 | |
parent | c36d9fb18867534b39bf5afe8e4179313e47eca7 [diff] |
Ignore implicit -c before -E Soong is passing an implicit -c when it tries to compile the .mm file, but we're overriding that with -E. The new clang-r547379 diagnoses the unused -c argument, so suppress the diagnostic. clang++: error: argument unused during compilation: '-c' [-Werror,-Wunused-command-line-argument] Bug: http://b/379133546 Test: m MODULES-IN-packages-modules-Virtualization-guest-vmbase_example Change-Id: I8584247437bf5213fca25eba9d8881b06a0e2cfb
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: