From 6ef03f136bac6d677d67d1bcc4e110e891e7c4ca Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 22 Feb 2020 21:16:37 -0500 Subject: Issue #1053 - Remove android support from mozglue Yes, I checked for unsaved files this time... --- mozglue/linker/Elfxx.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'mozglue/linker/Elfxx.h') diff --git a/mozglue/linker/Elfxx.h b/mozglue/linker/Elfxx.h index b21a89336..33aa14ca4 100644 --- a/mozglue/linker/Elfxx.h +++ b/mozglue/linker/Elfxx.h @@ -5,15 +5,7 @@ #ifndef Elfxx_h #define Elfxx_h -/** - * Android system headers have two different elf.h file. The one under linux/ - * is the most complete on older android API versions. - */ -#if defined(ANDROID) && __ANDROID_API__ < 21 -#include -#else #include -#endif #include #if defined(__ARM_EABI__) && !defined(PT_ARM_EXIDX) -- cgit v1.2.3