State clearly that an ELF file has the wrong architecture.
Before: "libx.so" has unexpected e_machine: 40 (EM_ARM) After: "libx.so" is for EM_X86_64 (62) instead of EM_AARCH64 (183) Bug: N/A Test: `LD_PRELOAD=/system/lib64/libm-x86_64.so date` on arm64 Change-Id: I5bb40c435bd22b4e11fe802615925e10db7fb631
Loading
Please sign in to comment