From 6209d3ee3dd29dfabab8b3d49908fa59b4b91714 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 5 Apr 2023 02:39:44 +0200 Subject: tools: clean unwanted ELF flags from binaries Fixes warnings on old Android, such as: linker : /data/data/com.wireguard.android/code_cache/bin/wg-quick: unsupported flags DT_FLAGS_1=0x8000001 linker : /data/data/com.wireguard.android/code_cache/bin/wg: unsupported flags DT_FLAGS_1=0x8000001 Reported-by: L.W.Reek Signed-off-by: Jason A. Donenfeld --- tunnel/tools/elf-cleaner | 1 + 1 file changed, 1 insertion(+) create mode 160000 tunnel/tools/elf-cleaner (limited to 'tunnel/tools/elf-cleaner') diff --git a/tunnel/tools/elf-cleaner b/tunnel/tools/elf-cleaner new file mode 160000 index 00000000..7efc0509 --- /dev/null +++ b/tunnel/tools/elf-cleaner @@ -0,0 +1 @@ +Subproject commit 7efc05090675ec6161b7def862728086a26c3b1f -- cgit v1.2.3