Skip to content

Commit

Permalink
tools: make Android builds with 64bit architectures too
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Apr 2, 2019
1 parent a967b31 commit f893dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-webrtc.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'x86' : 'x86',
'x64' : 'x86_64'
}
ANDROID_BUILD_CPUS = ['arm', 'x86']
ANDROID_BUILD_CPUS = ['arm', 'arm64', 'x86', 'x64']
IOS_BUILD_ARCHS = ['arm64', 'arm','x64','x86']

def build_gn_args(platform_args):
Expand Down

0 comments on commit f893dcb

Please sign in to comment.