Merge pull request #12468 from JosJuice/android-targets-fixes

Android: Fix the targets line in build.gradle.kts
This commit is contained in:
Mai 2024-01-05 01:55:11 -05:00 committed by GitHub
commit 2f7f7afe6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,8 +104,8 @@ android {
// , "-DENABLE_GENERIC=ON" // , "-DENABLE_GENERIC=ON"
abiFilters("arm64-v8a", "x86_64") //, "armeabi-v7a", "x86" abiFilters("arm64-v8a", "x86_64") //, "armeabi-v7a", "x86"
// Remove the line below if you want to build the C++ unit tests // Uncomment the line below if you don't want to build the C++ unit tests
//targets "main", "hook_impl", "main_hook", "gsl_alloc_hook", "file_redirect_hook" //targets("main", "hook_impl", "main_hook", "gsl_alloc_hook", "file_redirect_hook")
} }
} }
} }