Skip to content

Commit

Permalink
Merge pull request #4454 from brave/android-arch
Browse files Browse the repository at this point in the history
don't default to arm (x86/x64 builds are better for the emulator)
  • Loading branch information
bridiver authored May 15, 2019
2 parents 8a9b6df + d8b70e9 commit 3f9eff1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,6 @@ Config.prototype.update = function (options) {

if (options.target_os === 'android') {
this.isAndroid = true
if (this.targetArch == 'x64') {
this.targetArch = 'arm64'
} else {
this.targetArch = 'arm'
}
}

if (options.gclient_file && options.gclient_file !== 'default') {
Expand Down

0 comments on commit 3f9eff1

Please sign in to comment.