rentgendroid/pre_android/preconf/docker-entrypoint.sh
2025-04-09 14:48:21 +02:00

12 lines
275 B
Bash

adb start-server
emulator -avd virtual_dev -writable-system -no-window -no-audio &
bash /preconf/install_culebra.sh
adb emu avd snapshot save configured
adb emu kill
#to let the host know it finished installing
install -m 777 /dev/null /preconf/finished
tail -f /dev/null