mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
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.
This commit is contained in:
@ -104,7 +104,7 @@ android {
|
|||||||
// , "-DENABLE_GENERIC=ON"
|
// , "-DENABLE_GENERIC=ON"
|
||||||
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
|
// 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")
|
//targets("main", "hook_impl", "main_hook", "gsl_alloc_hook", "file_redirect_hook")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user