Add GPU support on test feature

This commit is contained in:
Halim Qarroum
2023-03-13 11:55:33 +00:00
parent e2b7335e4a
commit 74f8dd8adc
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -20,6 +20,9 @@ RUN apk update && \
libvirt-daemon \
dbus \
polkit \
mesa \
mesa-dev \
mesa-gl \
virt-manager && \
# Compile `redir`.
gcc /usr/src/redir.c -o /usr/bin/redir && \
+1
View File
@@ -34,6 +34,7 @@ wait_for_boot &
echo "Starting the emulator ..."
emulator \
-avd android \
-gpu swiftshader_indirect \
-noaudio \
-no-boot-anim \
-no-window \