commit | 30a7f08dbfcd72ca89d7725c9ada8609b1eba806 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Thu Jul 07 15:30:14 2022 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Fri Jul 08 15:12:50 2022 +0100 |
tree | 12b1ad22955c829c4fac3ef4d6d25eb229fe7ded | |
parent | 9575319a89b66a37c932be6da50666dd6bf253af [diff] |
vmbase/pvmfw: Extract common build properties to defaults All vmbase-based projects follow the same structure of build targets. Extract common properties of their build rules into defaults. vmbase_rust_defaults: rust_* targets, no-std, arm64 only vmbase_cc_defaults: cc_* targets, no std, arm64 only vmbase_elf_defaults: cc_binary, arm64 only, link vmbase_entry Test: m pvmfw vmbase_example Change-Id: I635ce939fd349b9ce02d20c26e48a95e8b84ca50
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.