diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index e88d2e768f..daabe18298 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -73,6 +73,9 @@ android { arguments "-DANDROID_STL=c++_static", "-DCMAKE_BUILD_TYPE=RelWithDebInfo" // , "-DENABLE_GENERIC=ON" abiFilters "arm64-v8a", "x86_64" //, "armeabi-v7a", "x86" + + // Remove the line below if you want to build the C++ unit tests + targets "main" } } }