Merge pull request #9752 from JosJuice/android-unit-tests-off

Android: Disable building unit tests by default
This commit is contained in:
Léo Lam 2021-06-02 01:04:40 +02:00 committed by GitHub
commit 8dc87ef698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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"
}
}
}