redhook
redhook copied to clipboard
enable ld_preload for android target
Hi, I was trying to build a shared library with the aarch64-linux-android target (for use with Termux) and it didn't work because ld_preload module is enabled for gnu targets only.
After the following change, I was indeed able to run the resulting binary on Android and it worked as expected, so I propose this PR.