Android: Fix syntax of the targets line in build.gradle.kts
Seems like this was missed in the conversion to Kotlin in 001089dbf4
.
This commit is contained in:
parent
2beaaf608d
commit
b5f41e0742
|
@ -105,7 +105,7 @@ android {
|
||||||
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
|
// 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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue