Skip to content

Commit

Permalink
Merge f6ec066 into 803444d
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykola Mokhnach committed Sep 24, 2018
2 parents 803444d + f6ec066 commit a46f85a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/android-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ helpers.createBaseADB = async function (opts = {}) {
remoteAdbHost,
clearDeviceLogsOnStart,
adbExecTimeout,
useKeystore,
keystorePath,
keystorePassword,
keyAlias,
keyPassword,
} = opts;
return await ADB.createADB({
javaVersion,
Expand All @@ -72,6 +77,11 @@ helpers.createBaseADB = async function (opts = {}) {
remoteAdbHost,
clearDeviceLogsOnStart,
adbExecTimeout,
useKeystore,
keystorePath,
keystorePassword,
keyAlias,
keyPassword,
});
};

Expand Down

0 comments on commit a46f85a

Please sign in to comment.