flag_values: Enable AVF Custom VM support

* Makes it possible to run custom virtual machines. Refer to [1].
* Enable network too while at it (DICE and LLPVM are deps of network)

[1]: https://android.googlesource.com/platform/packages/modules/Virtualization/+/refs/tags/android-15.0.0_r3/docs/custom_vm.md

Change-Id: I5c677649edbf25b07076c3f857c9459df6becb87
This commit is contained in:
Yumi Yukimura
2024-10-09 17:15:07 +08:00
committed by Michael Bestas
parent 4c6891dc6b
commit e73fac89db
4 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
name: "RELEASE_AVF_ENABLE_DICE_CHANGES"
value: {
bool_value: true
}

View File

@@ -0,0 +1,4 @@
name: "RELEASE_AVF_ENABLE_LLPVM_CHANGES"
value: {
bool_value: true
}

View File

@@ -0,0 +1,4 @@
name: "RELEASE_AVF_ENABLE_NETWORK"
value: {
bool_value: true
}

View File

@@ -0,0 +1,4 @@
name: "RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES"
value: {
bool_value: true
}