From aa33cc7eacf60ee9a009af7ddbeb0d307339c3c8 Mon Sep 17 00:00:00 2001 From: Daiva Naudziuniene Date: Thu, 12 Oct 2017 04:07:01 -0700 Subject: [PATCH] [ndk-build] Using newer version of ndk-build for the tests Summary: Using the newest version of ndk-build (r15c) for the tests Reviewed By: jvillard Differential Revision: D5755792 fbshipit-source-id: 544bd09 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d82776e1b..22d365f7a 100644 --- a/configure.ac +++ b/configure.ac @@ -300,7 +300,7 @@ if test x"$NDKBUILD" = x"no"; then # ndk-build not in $PATH, look into potential android NDK install paths and record the absolute path # to ndk-build AC_PATH_PROG([NDKBUILD], [ndk-build], [no], - [$PATH$PATH_SEPARATOR$ANDROID_NDK$PATH_SEPARATOR/opt/android_ndk/r10e]) + [$PATH$PATH_SEPARATOR$ANDROID_NDK$PATH_SEPARATOR/opt/android_ndk/r15c]) fi AC_CHECK_PYTHON_MODULE([$PYTHON27], [lxml])