lib: do not use the elfutils-provided crc32 implementation

Instead rely on the implementation linked in with zlib. There are still
usages of crc32.c as a  re#define'd version. See e.g. libelf/libelf_crc32.c.

Not providing a crc32 implementation with the same name avoids an ODR
violation when linking with C++ code.

Bug: 324274771
Change-Id: I99a16fe8c3869d3282850ea5a8d4e697aedf316a
Signed-off-by: Matthias Maennich <maennich@google.com>
1 file changed