commit | a9865a2bb66f5d85e8012147178741e84691311c | [log] [tgz] |
---|---|---|
author | Yumi Yukimura <me.cafebabe@gmail.com> | Wed Oct 09 17:15:07 2024 +0800 |
committer | Jackeagle <jackeagle102@gmail.com> | Mon Dec 30 22:07:36 2024 -0500 |
tree | 7772120450aae27fcce8f35a3a62ce61c0635f6f | |
parent | 1d9c708629c366495777aabd42f510304a18668d [diff] |
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 Signed-off-by: Jackeagle <jackeagle102@gmail.com>
diff --git a/release/flag_values/ap4a/RELEASE_AVF_ENABLE_DICE_CHANGES.textproto b/release/flag_values/ap4a/RELEASE_AVF_ENABLE_DICE_CHANGES.textproto new file mode 100644 index 0000000..03d69f3 --- /dev/null +++ b/release/flag_values/ap4a/RELEASE_AVF_ENABLE_DICE_CHANGES.textproto
@@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_DICE_CHANGES" +value: { + bool_value: true +}
diff --git a/release/flag_values/ap4a/RELEASE_AVF_ENABLE_LLPVM_CHANGES.textproto b/release/flag_values/ap4a/RELEASE_AVF_ENABLE_LLPVM_CHANGES.textproto new file mode 100644 index 0000000..d4705de --- /dev/null +++ b/release/flag_values/ap4a/RELEASE_AVF_ENABLE_LLPVM_CHANGES.textproto
@@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_LLPVM_CHANGES" +value: { + bool_value: true +}
diff --git a/release/flag_values/ap4a/RELEASE_AVF_ENABLE_NETWORK.textproto b/release/flag_values/ap4a/RELEASE_AVF_ENABLE_NETWORK.textproto new file mode 100644 index 0000000..2594a9f --- /dev/null +++ b/release/flag_values/ap4a/RELEASE_AVF_ENABLE_NETWORK.textproto
@@ -0,0 +1,4 @@ +name: "RELEASE_AVF_ENABLE_NETWORK" +value: { + bool_value: true +}
diff --git a/release/flag_values/ap4a/RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES.textproto b/release/flag_values/ap4a/RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES.textproto new file mode 100644 index 0000000..7a25f56 --- /dev/null +++ b/release/flag_values/ap4a/RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES.textproto
@@ -0,0 +1,4 @@ +name: "RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES" +value: { + bool_value: true +}