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:
committed by
Michael Bestas
parent
4c6891dc6b
commit
e73fac89db
@@ -0,0 +1,4 @@
|
||||
name: "RELEASE_AVF_ENABLE_DICE_CHANGES"
|
||||
value: {
|
||||
bool_value: true
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
name: "RELEASE_AVF_ENABLE_LLPVM_CHANGES"
|
||||
value: {
|
||||
bool_value: true
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
name: "RELEASE_AVF_ENABLE_NETWORK"
|
||||
value: {
|
||||
bool_value: true
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
name: "RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES"
|
||||
value: {
|
||||
bool_value: true
|
||||
}
|
Reference in New Issue
Block a user