summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2023-12-30 14:16:28 +0100
committerJosJuice <josjuice@gmail.com>2023-12-30 14:16:28 +0100
commitb56e6cc03dc8d9544039b809eea14216c4f30e41 (patch)
tree650764710443a981cc2992c01a085ddd00af6ab9 /Source/Android
parentb5f41e0742dcfeda4b74dd6a15b707ca088915e6 (diff)
Android: Update the comment for the targets line in build.gradle.kts
This comment hasn't really made sense since 23bebc5270 commented out the relevant line.
Diffstat (limited to 'Source/Android')
-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")
}
}