From c8e1853772f06e9fd07d0b9b6e43510f38b90b9e Mon Sep 17 00:00:00 2001 From: Tom M Date: Tue, 15 Jun 2021 19:41:03 +0200 Subject: [PATCH] Update build.gradle --- test-android/app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-android/app/build.gradle b/test-android/app/build.gradle index 87c11d0f..7f9c48e0 100644 --- a/test-android/app/build.gradle +++ b/test-android/app/build.gradle @@ -19,6 +19,7 @@ android { cmake { cppFlags '' arguments '-DANDROID_STL=c++_shared' + targets "check-android" } if (project.hasProperty('customAbiFilters')) @@ -41,7 +42,7 @@ android { } externalNativeBuild { cmake { - path file('src/main/cpp/CMakeLists.txt') + path file('../../CMakeLists.txt') version '3.16.0+' } }