Update build.gradle

This commit is contained in:
Tom M 2021-06-15 19:41:03 +02:00 committed by GitHub
parent b0ee079529
commit c8e1853772
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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+'
}
}