diff options
| author | JosJuice <josjuice@gmail.com> | 2023-12-30 14:14:40 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2023-12-30 14:14:40 +0100 |
| commit | b5f41e0742dcfeda4b74dd6a15b707ca088915e6 (patch) | |
| tree | 824e5d5c05c28cbd75cf9a96053df8a835ec0340 /Source/Android | |
| parent | 2beaaf608d1bd083b9b0f7806dcaccc100d0f010 (diff) | |
Android: Fix syntax of the targets line in build.gradle.kts
Seems like this was missed in the conversion to Kotlin in 001089dbf4.
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/app/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
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") } } } |
