Merge "Add qemu-system-arm qemu-user-static as deps" into main am: 737d39becf am: ceb1d06eee

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3274356

Change-Id: I5204d8a7d1cf2ca0335cf02bae22da244ff0af9d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/build/debian/build.sh b/build/debian/build.sh
index aabbe58..ad91704 100755
--- a/build/debian/build.sh
+++ b/build/debian/build.sh
@@ -48,7 +48,9 @@
 		python3-pytest \
 		python3-yaml \
 		qemu-utils \
-		udev
+		udev \
+		qemu-system-arm \
+		qemu-user-static
 }
 
 download_debian_cloud_image() {