summaryrefslogtreecommitdiffstats
path: root/mozglue/linker/Elfxx.h
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-22 21:16:37 -0500
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 12:52:45 +0200
commit6ef03f136bac6d677d67d1bcc4e110e891e7c4ca (patch)
treed452cf5abdb5737927c7ab2ad34e5681d061b5c1 /mozglue/linker/Elfxx.h
parentd6bcaa649127bc524087452c389f6dcee118cbfb (diff)
downloadUXP-6ef03f136bac6d677d67d1bcc4e110e891e7c4ca.tar
UXP-6ef03f136bac6d677d67d1bcc4e110e891e7c4ca.tar.gz
UXP-6ef03f136bac6d677d67d1bcc4e110e891e7c4ca.tar.lz
UXP-6ef03f136bac6d677d67d1bcc4e110e891e7c4ca.tar.xz
UXP-6ef03f136bac6d677d67d1bcc4e110e891e7c4ca.zip
Issue #1053 - Remove android support from mozglue
Yes, I checked for unsaved files this time...
Diffstat (limited to 'mozglue/linker/Elfxx.h')
-rw-r--r--mozglue/linker/Elfxx.h8
1 files changed, 0 insertions, 8 deletions
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 <linux/elf.h>
-#else
#include <elf.h>
-#endif
#include <endian.h>
#if defined(__ARM_EABI__) && !defined(PT_ARM_EXIDX)