aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-11-01 15:37:49 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-11-01 15:37:49 +0000
commit3720181581cc402bbaf4fb5be24ccbf9cd2fc19b (patch)
treeb2ee4bb8f16216a33fd4eae2acaf7a2edd6a5f8f
parent900afe69b3b37fccccda912fccff6859b88de976 (diff)
parentce252a75e4a3e03f0bf947bf74a1a79ae1b1cfa1 (diff)
downloadvalgrind-3720181581cc402bbaf4fb5be24ccbf9cd2fc19b.tar.gz
Merge "bionic now has ElfXX_Chdr..." am: 0cb208dc6f
am: ce252a75e4 Change-Id: Ibb917945f2c4a3d8bdcfee1722bc2a92e47a9381
-rw-r--r--config.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/config.h b/config.h
index 858b44788..a5caf4983 100644
--- a/config.h
+++ b/config.h
@@ -95,10 +95,14 @@
#endif
/* Define to 1 if the system has the type `Elf32_Chdr'. */
-//#define HAVE_ELF32_CHDR 1
+#ifdef __ANDROID__
+#define HAVE_ELF32_CHDR 1
+#endif
/* Define to 1 if the system has the type `Elf64_Chdr'. */
-//#define HAVE_ELF64_CHDR 1
+#ifdef __ANDROID__
+#define HAVE_ELF64_CHDR 1
+#endif
/* Define to 1 if you have the <endian.h> header file. */
#define HAVE_ENDIAN_H 1