Skip to content

Commit

Permalink
feat(emulator-run-cmd): respect ANDROID_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Jan 21, 2024
1 parent 27822b8 commit 00a1fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulator-run-cmd/src/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export abstract class BaseAndroidSdk implements AndroidSDK {
}

androidHome(): string {
return `${process.env.HOME}/android-sdk`
return `${process.env.ANDROID_HOME}`
}

emulatorCmd(): string {
Expand Down

0 comments on commit 00a1fc3

Please sign in to comment.