commit | 125e6de277992427c90bdeb525993e3bedf6e4f8 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Sun Feb 09 18:06:01 2025 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sun Feb 09 18:06:01 2025 -0800 |
tree | 9361d07917d00f5287b0c1ddb19c5751608aa43a | |
parent | 8497e42165192e9f78b9a6adbf5c5b3ea803bba5 [diff] | |
parent | 20a297450dc2c49fc6c092c2b8e758d73cb665c5 [diff] |
Merge "Enable ballooning in aarch64" into main am: 20a297450d Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3472308 Change-Id: I122dd898a236f79053920915a20fecb49fdd50eb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/build/debian/vm_config.json.aarch64 b/build/debian/vm_config.json.aarch64 index d41a29c..96254f8 100644 --- a/build/debian/vm_config.json.aarch64 +++ b/build/debian/vm_config.json.aarch64
@@ -34,5 +34,6 @@ "debuggable": true, "console_out": true, "console_input_device": "ttyS0", - "network": true + "network": true, + "auto_memory_balloon": true }