add more emulators

This commit is contained in:
Jean-Marie Mineau 2025-05-13 17:54:51 +02:00
parent 80f7fe75cf
commit b23e394607
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -6,7 +6,7 @@ import subprocess
import threading import threading
import argparse import argparse
EMULATORS = ["root34-1", "root34-2"] EMULATORS = [f"root34-{i}" for i in range(32)]
ANDROID_IMG = "system-images;android-34;default;x86_64" ANDROID_IMG = "system-images;android-34;default;x86_64"
if "ANDROID_HOME" in os.environ: if "ANDROID_HOME" in os.environ: