diff --git a/Source/Android/app/build.gradle.kts b/Source/Android/app/build.gradle.kts index ab38baddf1..4f39518977 100644 --- a/Source/Android/app/build.gradle.kts +++ b/Source/Android/app/build.gradle.kts @@ -105,7 +105,7 @@ android { abiFilters("arm64-v8a", "x86_64") //, "armeabi-v7a", "x86" // Remove the line below if you 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") } } }