From 1ca5bb694dcc28118a216635ced47cbc17d4a5f5 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 6 Oct 2017 02:22:56 -0700 Subject: [PATCH] Use NDK 15c Summary: To match internal config. Reviewed By: emilsjolander Differential Revision: D5986514 fbshipit-source-id: b0e7dbc060c106f17f8e1c5e54e5b951d9e3e350 --- .buckconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buckconfig b/.buckconfig index 90ed0005..5c47223b 100644 --- a/.buckconfig +++ b/.buckconfig @@ -3,7 +3,7 @@ [android] target = android-25 [ndk] - ndk_version = 13.1.3345770 + ndk_version = 15.2.4203891 compiler = clang app_platform = android-21 cpu_abis = arm64, armv7, x86, x86_64