raphinesse opened a new pull request #1108: URL: https://github.com/apache/cordova-android/pull/1108
### Motivation and Context <!-- Why is this change required? What problem does it solve? --> <!-- If it fixes an open issue, please link to the issue here. --> `emulator.install` contains a copy of the code of `Adb.install` just to be able to pass custom options to `execa`. ### Description <!-- Describe your changes in detail --> This change removes that duplicated code in favor of a new option in `Adb.install` that allows to pass through options to `execa`. ### Testing <!-- Please describe in detail how you tested your changes. --> Unit tests. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
