google / android-emulator-container-scripts

1.82k stars 256 forks source link

Directly call exec to launch the emulator #309

Closed pokowaka closed 1 year ago

pokowaka commented 1 year ago

Calling the 'run' function inside the launch-emulator.sh script causes issue with parameter quoting, which in turn breaks the usage of the TURN environment variable.

We now directly call exec, vs the run function.