Commit Graph

9 Commits

Author SHA1 Message Date
Jiyong Park 8d1eb7ef09 Add virtmanager to the virt APEX
We want to have virtmanager (and its dependencies) inside the APEX so
that they can be updated.

Bug: 180297657
Test: com.android.virt
Change-Id: I79935c99f8884a3260fc19f797466b47b3dc6583
2021-02-18 21:56:34 +09:00
Mathew Inwood 9af36ddaec Set updatable=false explicitly.
Currently, this is the default so this is a no-op,
But the default is changing to true.

Bug: 180375550
Test: Treehugger
Change-Id: Ic09bad5a792e7c0c7613ed4debfff40627425aeb
2021-02-16 14:45:45 +00:00
Bob Badour 2efc476199 [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization
Added SPDX-license-identifier-Apache-2.0 to:
  apex/Android.bp
  authfs/Android.bp
  microdroid/Android.bp
  tests/hostside/Android.bp
  tests/hostside/native/init/Android.bp
  tests/hostside/native/vsock/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: Ibcf7d8fbfaee8efb100d765f8c7dbde819ffb621
2021-02-05 01:25:31 -08:00
Jiyong Park 919979fc8e Add microdroid to the virt APEX
Bug: 177630284
Test: m com.android.virt
Change-Id: I2a5af04287dc94db028c4aaccfeeb0fc7734993e
2021-01-27 16:28:04 +09:00
Jooyung Han 2e362f194a Removes min_sdk_version from the apex blueprint
When com.android.virt sets min_sdk_version, all deps should set
min_sdk_version as well. However, it doesn't require min_sdk_version to
be set until it is supposed to be updatable. So rather than setting all
deps min_sdk_version to possibly wrong number, this change removes
min_sdk_version from the apex definition.

Bug: 177833148
Test: m com.android.virt
Change-Id: Idb1d492db995fe28bcf5ff1d60f2355e0bab01f1
2021-01-26 12:34:29 +09:00
Jiyong Park e58193ce96 Add assemble_cvd to com.android.virt
The tool will be used to compose OS payload images for the VMs.

Bug: 172414324
Test: m com.android.virt
Change-Id: I61a9cc1c2da22f19f75b9df5b71e30589a71203f
2021-01-07 13:06:21 +09:00
Jiyong Park 69b3937d8c Add crosvm to com.android.virt for x86_64 device target
Bug: 174639241
Test: choosecombo into aosp_cf_x86_64_phone. m com.android.virt
Change-Id: I21b9424a2741007508c7da302a9d63c451ea6112
2021-01-05 23:14:46 +09:00
Jiyong Park 2199f20f80 Add crosvm to com.android.virt
Bug: 174639241
Test: m com.android.virt

Change-Id: I1c92e3c09108163795cc4a855f9fc636783dc4c0
2020-12-14 18:46:08 +09:00
Jiyong Park da119cb2f9 Add com.android.virt
com.android.virt is an APEX for virtual machine monitors like crosvm.
The APEX currently empty and isn't updatable.

Bug: 174633082
Test: m com.android.virt

Change-Id: I1ff3cc29602fc7b8b2e7b0a117e03bb35b3402d8
2020-12-09 13:57:13 +09:00