commit | 133c319bd9ce2d46c63b8ea4270aa41e7f80b5fc | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Wed Apr 10 15:50:21 2024 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Wed Apr 10 17:48:45 2024 -0700 |
tree | c395a06d94969767ce57ef216bbdb951070d7dd9 | |
parent | cd31a066db22cd69a92d50228579f390eaf23c7c [diff] |
MicrodroidHostTests: unset LD_LIBRARY_PATH The LD_LIBRARY_PATH setting is breaking the sign_virt_apex command when it indirectly invokes lpunpack. resigning the Virt APEX failed: out: lpunpack: symbol lookup error: /tmp/tf-workfolder11116240515786222079/device-tests_configs.zip16900091241849603943/host/testcases/MicrodroidHostTestCases/lib64/liblog.so: undefined symbol: _ZNSt3__122__libcpp_verbose_abortEPKcz Clear LD_LIBRARY_PATH before running sign_virt_apex. It's unclear if the other programs also need this fix (adb, avbtool, lz4, sepolicy-analyze), but it's probably a better default. Bug: 333782216 Test: v2/android-kvm-team/avf_presubmit_tests Change-Id: I761f526d31d042115f5babb633761816e1142938
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: