- 04a95d7 Revert "Close adb connection before shutting down VM" by Victor Hsieh · 4 years, 1 month ago
- 4cc876d Merge "Remove ndk_platform backend. Use the ndk backend." by Jiyong Park · 4 years, 1 month ago
- 2970432 Merge changes Id7dcf0b8,Ia8749923 by Andrew Walbran · 4 years, 1 month ago
- cc04590 Use Java style field names in AIDL. by Andrew Walbran · 4 years, 1 month ago
- f4aa566 Merge "instance.img is actually added as a writable partition" by Jiyong Park · 4 years, 1 month ago
- c0ca3ef Re-connect adb while cleaning up VM. by Alan Stokes · 4 years, 1 month ago
- 8d08181 instance.img is actually added as a writable partition by Jiyong Park · 4 years, 1 month ago
- d44e017 Remove ndk_platform backend. Use the ndk backend. by Jiyong Park · 4 years, 1 month ago
- fa2f1ac Run MicrodroidHostTestCase with selinux enforced by Jiyong Park · 4 years, 2 months ago
- 2e8e329 Failing to `adb disconnect` is not an error by Jiyong Park · 4 years, 1 month ago
- eeccae7 Add a test for compos_key_service. by Alan Stokes · 4 years, 2 months ago
- f78be53 Integration test for CompOS by Victor Hsieh · 4 years, 2 months ago
- e584781 Merge "Remove redundant zipfuse mount check" by Treehugger Robot · 4 years, 2 months ago
- 40cceb3 Remove redundant zipfuse mount check by Inseob Kim · 4 years, 2 months ago
- 5534e52 Speed up AuthFsHostTest by reusing the VM by Victor Hsieh · 4 years, 2 months ago
- 48b354d Create instance.img by Jiyong Park · 4 years, 2 months ago
- 2c03396 Merge "Revert "Merge AuthFsHostTest into MicrodroidTestCase"" by Treehugger Robot · 4 years, 2 months ago
- f29fe39 Revert "Merge AuthFsHostTest into MicrodroidTestCase" by Jiyong Park · 4 years, 2 months ago
- eb5bd05 Wait for keystore from the test binary by Andrew Scull · 4 years, 2 months ago
- edbe75e Return error code from testbinary by Andrew Scull · 4 years, 2 months ago
- 7fc99e6 Merge AuthFsHostTest into MicrodroidTestCase by Victor Hsieh · 4 years, 2 months ago
- 0d2a2a2 Merge "MicrodroidTestApp is a helper app" by Treehugger Robot · 4 years, 2 months ago
- 5bd5463 Merge "No need to disable SELinux for tests now that policy is fixed." by Andrew Walbran · 4 years, 2 months ago
- 8cc106c MicrodroidTestApp is a helper app by Jooyung Han · 4 years, 2 months ago
- 42d9b92 Close adb connection before shutting down VM by Jiyong Park · 4 years, 2 months ago
- 523340e No need to disable SELinux for tests now that policy is fixed. by Andrew Walbran · 4 years, 2 months ago
- aeff169 [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization by Bob Badour · 4 years, 2 months ago
- d8a5f96 Move AuthFsHostTest into VM by Victor Hsieh · 4 years, 2 months ago
- d542e92 Add a test for the debug mode by Jiyong Park · 4 years, 2 months ago
- a1267ad Add APIs for creating and running a virtual machine by Jiyong Park · 4 years, 2 months ago
- 9b8253b Add the skeleton for the client-side API by Jiyong Park · 4 years, 2 months ago
- ccce549 Create VirtualizationTestCaseBase by Victor Hsieh · 4 years, 2 months ago
- adfb76c microdroid: create payload disk image with system apexes by Jooyung Han · 4 years, 2 months ago
- 21e9b92 Virtualizationservice makes payload disk image by Jooyung Han · 4 years, 2 months ago
- b4ec313 Increase the timeout of the logwrapper by Jiyong Park · 4 years, 2 months ago
- 8833246 Put VM log to the system log by Jiyong Park · 4 years, 2 months ago
- f0d19dd aidl: put @utf8InCpp by Jooyung Han · 4 years, 2 months ago
- 3e73a09 Run TestVsock with and without protected mode. by Andrew Walbran · 4 years, 2 months ago
- dd4720b Skip tests instead of failing when running on unsupported devices by Jiyong Park · 4 years, 2 months ago
- 62d9369 Merge "A lib in APK can depend on other libs in the same APK" by Jiyong Park · 4 years, 2 months ago
- fe5b28e A lib in APK can depend on other libs in the same APK by Jiyong Park · 4 years, 2 months ago
- 11cf090 Keystore signing and verification test by Andrew Scull · 4 years, 2 months ago
- 6661661 Basic Keystore availability test by Andrew Scull · 4 years, 3 months ago
- e9b74d0 Use the vm tool by Jiyong Park · 4 years, 2 months ago
- 6416a6b Change marker to load_persist_props_action by Inseob Kim · 4 years, 3 months ago
- d4a7a7a microdroid: apk is mounted via apkdmverity by Jooyung Han · 4 years, 3 months ago
- 5b1421c Merge "Increase timeout for microdroid commands" by Treehugger Robot · 4 years, 3 months ago
- bca3e02 Increase timeout for microdroid commands by Inseob Kim · 4 years, 3 months ago
- 25f1ddc misc.img is not needed by Jiyong Park · 4 years, 3 months ago
- 2393439 Remove microdroid_payload.json by Jiyong Park · 4 years, 3 months ago
- 0f68cdd Refactor MicrodroidTestCase by Jiyong Park · 4 years, 3 months ago
- 6de0857 Sign MicrdroidTestApp using APK sig scheme V4 by Jiyong Park · 4 years, 3 months ago
- ef746ea Move test apk out of the virt apex by Jiyong Park · 4 years, 3 months ago
- 634e2d7 microdroid_manager executes a task via microdroid_launcher by Jooyung Han · 4 years, 3 months ago
- ec3c8ce Merge "Explicitly export the main activity of the test apk" by Jiyong Park · 4 years, 3 months ago
- 7a31a9a Explicitly export the main activity of the test apk by Jiyong Park · 4 years, 3 months ago
- 83ee5be Merge "Start VirtualizationService on demand." by Andrew Walbran · 4 years, 3 months ago
- 17d0db1 Change /data to tmpfs by Inseob Kim · 4 years, 3 months ago
- 3df8e80 Merge "Run VirtualizationTestCases with selinux disabled" by Treehugger Robot · 4 years, 3 months ago
- d2472be Merge changes from topic "fuse_fscontext" by Jiyong Park · 4 years, 3 months ago
- 360d8a7 Run VirtualizationTestCases with selinux disabled by Jiyong Park · 4 years, 3 months ago
- f145380 Start VirtualizationService on demand. by Andrew Walbran · 4 years, 5 months ago
- a0ca772 Mount zipfuse with fscontext and context by Jiyong Park · 4 years, 3 months ago
- f48ceb4 microdroid_manager: waits for a config file by Jooyung Han · 4 years, 3 months ago
- f6bf686 Rename VirtManager to VirtualizationService. by Andrew Walbran · 4 years, 3 months ago
- 8f2a468 Don't use qcow2 for userdata. by Jiyong Park · 4 years, 3 months ago
- 24abe6a Merge changes from topic "microdroid_launcher" by Jiyong Park · 4 years, 3 months ago
- 3b4c928 Merge "Run zipfuse in microdroid" by Jiyong Park · 4 years, 3 months ago
- 68f560c Put ro.product.cpu.abi by Jiyong Park · 4 years, 3 months ago
- 3e1801e Merge "Pass file descriptors rather than filenames to Virt Manager." by Andrew Walbran · 4 years, 3 months ago
- 4069961 Add microdroid_launcher by Jiyong Park · 4 years, 3 months ago
- 9abfc1f Run zipfuse in microdroid by Jiyong Park · 4 years, 4 months ago
- a7266ac Add MicrodroidTestApp by Jiyong Park · 4 years, 4 months ago
- 3a5a921 Pass file descriptors rather than filenames to Virt Manager. by Andrew Walbran · 4 years, 4 months ago
- cc5d26b zipfuse: add to microdroid by Jiyong Park · 4 years, 4 months ago
- e8f546c Run microdroid on cuttlefish on GCE by Jiyong Park · 4 years, 4 months ago
- 2c7e459 Start Virt Manager via init rather than running it in shell for test. by Andrew Walbran · 4 years, 5 months ago
- 87ba1f1 Create /data/local/tmp and add test writing to it by Inseob Kim · 4 years, 4 months ago
- 1d5c4d9 Use qcow2 for data partition by Inseob Kim · 4 years, 4 months ago
- afd9dc0 Add userdata partition to microdroid by Inseob Kim · 4 years, 4 months ago
- 017916b Microdroid activates host APEXes by Jooyung Han · 4 years, 5 months ago
- edf87fb Merge "Microdroid runs on cuttlefish_x86_64" by Jiyong Park · 4 years, 5 months ago
- 89e81cb Microdroid runs on cuttlefish_x86_64 by Jiyong Park · 4 years, 5 months ago
- 7851501 Move uboot_env.img to a new composite disk by Jiyong Park · 4 years, 5 months ago
- 72f06a3 Include microdroid files to virt apex by Inseob Kim · 4 years, 5 months ago
- 66aa0fb Sign the bootloader using avbtool by Jiyong Park · 4 years, 5 months ago
- 25a2acc Use mk_cdisk instead of assemble_cvd by Jooyung Han · 4 years, 5 months ago
- 06b5f5c Pass VM config by FD rather than filename. by Andrew Walbran · 4 years, 5 months ago
- d4bc533 Rename composite.img to os_composite.img by Jooyung Han · 4 years, 5 months ago
- 6cda625 Merge "Allow client to pass a file descriptor for VM logs." by Andrew Walbran · 4 years, 6 months ago
- a89fc13 Allow client to pass a file descriptor for VM logs. by Andrew Walbran · 4 years, 6 months ago
- 82848c5 Merge "Build microdroid-vbmeta and -vbmeta_system" by Jiyong Park · 4 years, 6 months ago
- 543c58b Update microdroid test to include protected_vm flag by Ram Muthiah · 4 years, 6 months ago
- 80d8da8 Build microdroid-vbmeta and -vbmeta_system by Jiyong Park · 4 years, 6 months ago
- dfa3aec Add MicrodroidHostTestCases by Jiyong Park · 4 years, 6 months ago
- 49f8a4d Convert Vsock test to device test by David Brazdil · 4 years, 6 months ago
- 8d1eb7e Add virtmanager to the virt APEX by Jiyong Park · 4 years, 7 months ago
- 978b1e3 Refactor VirtualizationHostTestCases by Jiyong Park · 4 years, 7 months ago
- 3049fdf Use Virt Manager for test by Andrew Walbran · 4 years, 8 months ago
- 2efc476 [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization by Bob Badour · 4 years, 7 months ago