commit | 0bd637d0327fe43a0e2617ee4f0fa58ec93166c2 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Fri Nov 10 13:09:41 2023 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Mon Nov 13 14:32:10 2023 +0900 |
tree | ed48632d56d8c4b44538a81caa72605ec964ea62 | |
parent | f34f4b832fe3471e80b63373b6c62702f8140ec6 [diff] |
pvmfw: Call patch() in patch test This CL adds missing patch() call in device_info_patch() test. The test was unexpectidly passed because of equality check between expected and actual properties where mistakenly done by zip(). zip() combines two iterators, but ends cleanly when any iterator is over. So it can't be used to assert whether two iterators have the same content. Bug: 277993056 Test: atest libpvmfw.device_assignment.test, launch protected VM Change-Id: I93b17a87c75b5494a6bd8387a1418afb98206208
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: