mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-11 05:27:46 +08:00

`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`.