Add -read-only flag to prevent AVD lock conflicts
All checks were successful
Build Android Emulator Images / build (android-30) (push) Successful in 6s
All checks were successful
Build Android Emulator Images / build (android-30) (push) Successful in 6s
This commit is contained in:
@@ -14,7 +14,7 @@ if [ -z "$adb_server_port" ]; then
|
||||
adb_server_port="5037"
|
||||
fi
|
||||
if [ -z "$emulator_opts" ]; then
|
||||
emulator_opts="-screen multi-touch -no-boot-anim -noaudio -no-window -gpu swiftshader_indirect -camera-back none -camera-front none -skip-adb-auth -no-snapshot-save"
|
||||
emulator_opts="-screen multi-touch -no-boot-anim -noaudio -no-window -gpu swiftshader_indirect -camera-back none -camera-front none -skip-adb-auth -no-snapshot-save -read-only"
|
||||
fi
|
||||
|
||||
# Detect ip and forward ADB ports outside to outside interface
|
||||
|
||||
Reference in New Issue
Block a user