| Index: src/common/dwarf/elf_reader.cc
|
| diff --git a/src/common/dwarf/elf_reader.cc b/src/common/dwarf/elf_reader.cc
|
| index b41faa6e3a65dfb8f4c93c4ce4b523963b273df1..a1f73cd1d844d4190b58b85a741c89914ab9ddf4 100644
|
| --- a/src/common/dwarf/elf_reader.cc
|
| +++ b/src/common/dwarf/elf_reader.cc
|
| @@ -35,7 +35,6 @@
|
| #include <sys/mman.h>
|
| #include <unistd.h>
|
| #include <fcntl.h>
|
| -#include <elf.h>
|
| #include <string.h>
|
|
|
| #include <algorithm>
|
| @@ -44,6 +43,7 @@
|
| #include <vector>
|
| #include "zlib.h"
|
|
|
| +#include "common/android/include/elf.h"
|
| #include "elf_reader.h"
|
| //#include "using_std_string.h"
|
| // EM_AARCH64 is not defined by elf.h of GRTE v3 on x86.
|
|
|