Go to file
Jiyong Park a7351654f4 Add our integration tests to cts
Note: per_testcase_directory: true is added to the two tests sharing
MicrodroidTestApp as a support file. This is needed to avoid having
duplicated install rules for the app file. Without that, we hit

build/make/core/main.mk:1430: error: overriding commands for target
`out/host/linux-x86/cts/android-cts/testcases/MicrodroidTestApp.apk',
previously defined at build/make/core/main.mk:1430

Bug: 204979196
Test: check android-cts-tests_list.zip in the test_suites_[arm64|x86_64]
targets to see if the added tests are here.

Change-Id: Idcea518db04407da993d866b114f17f90be20209
2022-02-07 15:20:02 +09:00
.prebuilt_info Drop prebuilt files to android source tree. 2022-02-01 11:46:23 +01:00
apex Sign uboot_env with AVB 2022-01-28 21:29:48 +09:00
apkdmverity Verify and mount extra apks 2021-12-08 14:09:57 +09:00
apkverify Fixed warnings generated by rustc 1.57.0 2021-12-01 15:09:17 -08:00
authfs Add our integration tests to cts 2022-02-07 15:20:02 +09:00
binder_common Revert^2 "[binder_common] Update binder import path" 2022-01-19 09:58:15 -08:00
compos Add our integration tests to cts 2022-02-07 15:20:02 +09:00
demo Enable --extended-status for crosvm and return reason why VM died. 2022-01-14 16:07:03 +00:00
docs/getting_started Add our integration tests to cts 2022-02-07 15:20:02 +09:00
idsig Fix idsig for a large APK files 2021-12-20 17:11:49 +09:00
javalib Protected and unprotected VMs are not considered compatible. 2022-02-03 12:00:04 +00:00
launcher
libs/libavb_rs Store/Pass root digests of APEX payload 2021-09-13 18:32:21 +09:00
microdroid Merge "Sign uboot_env with AVB" 2022-02-02 01:53:33 +00:00
microdroid_manager Put all our tests to general-tests 2022-02-04 11:49:31 +09:00
pvmfw Drop prebuilt files to android source tree. 2022-02-01 11:46:23 +01:00
statslog_virtualization [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization 2022-01-20 10:37:18 -08:00
tests Add our integration tests to cts 2022-02-07 15:20:02 +09:00
virtualizationservice Merge changes from topic "vm-sharedlibs-apexes" 2022-02-02 00:12:25 +00:00
vm Don't fall back to unprotected mode if protected is not supported. 2022-01-31 16:11:30 +00:00
vmconfig Add options for configuring number of vCPUs and CPU affinity 2022-01-11 12:39:36 +09:00
zipfuse Run apk mount utils from microdroid_manager 2021-12-01 19:49:41 +09:00
.clang-format
.gitignore Ignore cargo output in all directories, not just virtualizationservice. 2021-11-30 14:15:52 +00:00
Android.bp
OWNERS
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 Add our integration tests to cts 2022-02-07 15:20:02 +09: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.