Bump NDK version and build all architectures
Summary: Until now we've been building only arm-v7 and x86 libraries. This builds 64 bit versions too, and sets up the gradle script to publish them. We also bump up the NDK version, and increase the min API to 21, as this is the first API supporting 64 bit NDK tools. Reviewed By: emilsjolander Differential Revision: D4674049 fbshipit-source-id: fbc87541fcaf72b83d376646c7aab70c317125e1
This commit is contained in:
committed by
Facebook Github Bot
parent
01bf8d7b6c
commit
57898762a2
@@ -3,7 +3,7 @@
|
||||
[android]
|
||||
target = Google Inc.:Google APIs:19
|
||||
[ndk]
|
||||
ndk_version = 12.1.2977051
|
||||
ndk_version = 13.1.3345770
|
||||
compiler = clang
|
||||
app_platform = android-19
|
||||
cpu_abis = armv7, x86
|
||||
app_platform = android-21
|
||||
cpu_abis = arm64, armv7, x86, x86_64
|
||||
|
Reference in New Issue
Block a user