Summary: - Build against Android SDK 26 - Upgrade to Gradle 4 - Upgrade to Android Plugin 3.0, adjust dependency management accordingly - Upgrade Maven deployment plugin Reviewed By: emilsjolander Differential Revision: D6272007 fbshipit-source-id: b198b4c8e1a94e2ee031ad26193fdfdf5b52adf1
11 lines
222 B
INI
11 lines
222 B
INI
[cxx]
|
|
gtest_dep = //lib/gtest:gtest
|
|
[android]
|
|
target = android-25
|
|
build_tools_version = 26.0.2
|
|
[ndk]
|
|
ndk_version = 15.2.4203891
|
|
compiler = clang
|
|
app_platform = android-21
|
|
cpu_abis = arm64, armv7, x86, x86_64
|