Summary: Phew, this took a while. Buck had some changes in how it picks up SDK/NDK configs. In order to satisfy the new demands, I'm now installing the NDK manually and no longer through the SDK manager. I'm also trying to cache as much as possible to reduce the flakiness here. Reviewed By: emilsjolander Differential Revision: D5465206 fbshipit-source-id: 61a4b9006fe96fc9a99fb9d75b822589064a9d1a
10 lines
191 B
INI
10 lines
191 B
INI
[cxx]
|
|
gtest_dep = //lib/gtest:gtest
|
|
[android]
|
|
target = android-25
|
|
[ndk]
|
|
ndk_version = 13.1.3345770
|
|
compiler = clang
|
|
app_platform = android-21
|
|
cpu_abis = arm64, armv7, x86, x86_64
|