i386 qemu binary doesn't start the API 27+ devices. Checking if x86_64 works with all APIs

This commit is contained in:
Anton Malinskiy
2019-01-03 17:18:10 +07:00
parent 9c495fbf44
commit 01f15e7b5d

View File

@@ -69,4 +69,4 @@ fi
echo "emulator_opts: $emulator_opts" echo "emulator_opts: $emulator_opts"
LIBGL_DEBUG=verbose ./qemu/linux-x86_64/qemu-system-i386 -avd x86 -ports $console_port,$adb_port $emulator_opts -qemu $QEMU_OPTS LIBGL_DEBUG=verbose ./qemu/linux-x86_64/qemu-system-x86_64 -avd x86 -ports $console_port,$adb_port $emulator_opts -qemu $QEMU_OPTS