Go to file
Jiyong Park 9e5ae63ae9 Build kdump only for 64-bit
It doesn't support 32-bit target. Build crashdump, kexec, and the kernel
only for 64-bit and disable the 32-bit variant.

Bug: N/A
Test: build for aosp_x86 and full
Change-Id: I3fafff4a1a45ab808aa3b8cd720925c6b8f4fef3
2022-07-08 14:48:46 +09:00
.prebuilt_info Upgrade pvmfw.img to build 8745290 2022-06-20 10:26:07 +00:00
apex Revert^2 "Migrate to avb_add_hash_footer" 2022-06-15 12:35:13 +00:00
apkdmverity apkdmverity: Using LOOP_CONFIGURE 2022-04-18 14:30:19 +09:00
authfs Update for Rust v1.62.0 2022-06-27 20:35:31 +00:00
compos Fix tests on aosp_cf_x86_64_only_phone 2022-06-23 12:25:00 +01:00
demo Merge "The demo app built from AOSP is installable to T devices" 2022-06-28 15:40:45 +00:00
docs/getting_started Add instructions for building and installing AVF on Pixel 6 2022-07-05 23:43:10 +00:00
javalib Detect Microdroid hangup during boot 2022-06-23 01:18:45 +09:00
launcher A lib in APK can depend on other libs in the same APK 2021-06-24 01:36:37 +09:00
libs Merge "Extract library for VBMeta image handling" 2022-06-23 13:53:22 +00:00
microdroid Build kdump only for 64-bit 2022-07-08 14:48:46 +09:00
microdroid_manager Mount extra APKs with noexc 2022-07-04 12:44:19 +00:00
pvmfw Format entry register values as 64-bit hex. 2022-06-29 13:53:16 +00:00
tests Merge "Turn on full logging on test VMs" 2022-07-05 02:22:21 +00:00
virtualizationservice Protect createOrUpdateIdsigFile with permission 2022-06-28 10:45:56 +09:00
vm Factor out Rust client library for VirtualizationService. 2022-05-23 18:51:14 +00:00
vmbase Merge "Move memory layout helpers to new module." 2022-07-06 14:23:52 +00:00
vmclient Detect Microdroid hangup during boot 2022-06-23 01:18:45 +09:00
zipfuse zipfuse: Support mounting as noexec 2022-07-04 12:10:20 +00:00
.clang-format
.gitignore Ignore cargo output in all directories, not just virtualizationservice. 2021-11-30 14:15:52 +00:00
Android.bp
OWNERS Add shikhapanwar@ to OWNERS 2022-04-22 12:04:23 +01:00
PREUPLOAD.cfg Remove google-java-format hook 2021-11-23 11:39:53 +00:00
README.md Add README at top of repository with links to others. 2021-06-30 16:22:17 +00:00
TEST_MAPPING vmbase: Run integration test in presubmit 2022-07-04 17:25:41 +01:00
rustfmt.toml

README.md

Virtualization

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.