commit | 8d7e107a496e7b907bd1fef5c842bfe7387fd191 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Wed Nov 02 17:42:52 2022 +0000 |
committer | Alice Wang <aliceywang@google.com> | Wed Nov 02 18:08:03 2022 +0000 |
tree | 527bb2353ccad3a1b90a4e0bf7275b7c05920f8a | |
parent | ed7c037834861a91f7a4bf59619a4ae5abde6d26 [diff] |
[fuzzer] Fix fuzzer compile error libvm_payload already defined Prior to this cl `SANITIZE_TARGET=address m example_fuzzer` failed with an error showing that libvm_payload is already defined. Bug: 250854486 Test: SANITIZE_TARGET=address m example_fuzzer Change-Id: I4107b4aeb227dceae46c6d2339329316210354b6
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.