commit | 831b08bc731aa8c147a10eba83d4bf5f3b435303 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Mon Mar 13 21:18:40 2023 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Mon Mar 13 21:18:40 2023 +0000 |
tree | f4434bf78a5ede0674a8aa1b95fc853321efd2e3 | |
parent | e5e7baf23c6f6a75174a96aefa933f760e8c9828 [diff] |
Disable native_coverage for pvmfw binary The pvmfw binary is compiled against a very limited subset of Rust, and hence building it with coverage enabled expectedly fails. Explicitly disable coverage, as instead we will split the pvmfw binary into separate testable rust crates. Bug: 272222944 Test: SKIP_ABI_CHECKS=true \ SOONG_COLLECT_JAVA_DEPS=true \ EMMA_INSTRUMENT=true \ EMMA_INSTRUMENT_FRAMEWORK=true \ CLANG_COVERAGE=true \ NATIVE_COVERAGE_PATHS='*' \ m Change-Id: I3cec0eca8fcac3dbc3269a8535788173f5a9eda5
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.