Skip to content
Permalink
Browse files
Merge pull request #9752 from JosJuice/android-unit-tests-off
Android: Disable building unit tests by default
  • Loading branch information
leoetlino committed Jun 1, 2021
2 parents a3c89ac + 82e9c1c commit 8dc87ef
Showing 1 changed file with 3 additions and 0 deletions.
@@ -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"
}
}
}

0 comments on commit 8dc87ef

Please sign in to comment.