summaryrefslogtreecommitdiff
path: root/Source/Android/app
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Android/app')
-rw-r--r--Source/Android/app/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/build.gradle.kts b/Source/Android/app/build.gradle.kts
index 4f39518977..bc15b6a104 100644
--- a/Source/Android/app/build.gradle.kts
+++ b/Source/Android/app/build.gradle.kts
@@ -104,7 +104,7 @@ android {
// , "-DENABLE_GENERIC=ON"
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")
}
}