diff --git a/test-android/app/build.gradle b/test-android/app/build.gradle index 2b77af02..87c11d0f 100644 --- a/test-android/app/build.gradle +++ b/test-android/app/build.gradle @@ -20,6 +20,9 @@ android { cppFlags '' arguments '-DANDROID_STL=c++_shared' } + + if (project.hasProperty('customAbiFilters')) + ndk.abiFilters "$customAbiFilters" } }