diff options
author | Brian Carlstrom <bdc@google.com> | 2014-07-01 23:54:20 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2014-07-02 10:30:08 -0700 |
commit | e130ee6fe902315062ce17f8ce115b1dc506576d (patch) | |
tree | a9f17a1eed139e9c4de01c3b0e4166bf2e4aae4e /runtime/elf_utils.h | |
parent | ffcdd9f13daba70a64bb85688726ae23aa7a6eda (diff) | |
download | art-e130ee6fe902315062ce17f8ce115b1dc506576d.zip art-e130ee6fe902315062ce17f8ce115b1dc506576d.tar.gz art-e130ee6fe902315062ce17f8ce115b1dc506576d.tar.bz2 |
Add a local elf.h
Change-Id: Ic2d449bfdd3c95e393c083c9e1022adc4e9c06b8
Diffstat (limited to 'runtime/elf_utils.h')
-rw-r--r-- | runtime/elf_utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/elf_utils.h b/runtime/elf_utils.h index ce8587b..2c50047 100644 --- a/runtime/elf_utils.h +++ b/runtime/elf_utils.h @@ -19,8 +19,8 @@ #include <sys/cdefs.h> -// Explicitly include elf.h from elfutils to avoid Linux and other dependencies. -#include "../../external/elfutils/0.153/libelf/elf.h" +// Explicitly include our own elf.h to avoid Linux and other dependencies. +#include "./elf.h" // Architecture dependent flags for the ELF header. #define EF_ARM_EABI_VER5 0x05000000 |