mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
671e1fd1c6
`emulator.install` contains a copy of the code of `Adb.install` just to be able to pass custom options to `execa`. This change removes that duplicated code in favor of a new option in `Adb.install` that allows to pass options through to `execa`.